COLOR(red){SIZE(20){グラフィックス参考実例集:chplot}} ([[グラフィックス参考実例集]]に戻る。[[Rのグラフィックスパラメータ]]を参照する。)~ アドオンパッケージ chplot の chplot 関数は二変量データの凸包(プラス重心)と、その二つの周辺密度推定曲線を同時に描く。~ example(chplot) より。~ > library(chplot) > data(hdr) > chplot(hdr, log = "x") #ref(chplot1.png) # 点の散布図を描く > chplot(hdr,log="x", chull=F, plot.points=T) #ref(chplot3.png) > data(iris) > chplot(iris[, c(1, 2, 5)], bw = TRUE, legend.control(cex = 0.6)) #ref(chplot2.png)