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.
二変量分布の四分位ごとに散布図に線をプロットする必要があります。この方法で散布図をプロットしました。
plot (data1, data2, col = "blue")
誰でも私を助けることができますか?
(コメントは回答として再投稿されました。)
二変量分布のことですか?何かのようなもの
abline(v=quantile(data1,c(0.25,0.5,0.75))) abline(h=quantile(data2,c(0.25,0.5,0.75)))
あなたが望むことをするかもしれませんが、あなたはそれをあまり明確にしていません...