グラフィックス参考実例集:chplot
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
]
開始行:
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(c...
#ref(chplot2.png)
終了行:
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(c...
#ref(chplot2.png)
ページ名: