Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
MCMC法を比較して、3つの単変量密度のファセットセットを作成しました。下に示された
今のところ、私は尻尾を気にしません。では、上記のプロットのx軸の制限を次のように変更するにはどうすればよいですか。
c(-3,1) c(-2,0) c(-10, -8)
これも可能ですか?私は2009年からこのスレッドをすでに読んでいますが、機能していないようです。これは実装されましたか?
次のように指定することで、ファセットごとに制限を個別に設定できるようにすることができます。
+ facet_wrap(...,scales = "free_x")
「free」および「free_y」オプションもあります。