R Commander でのメニュー操作のマークダウン化
> data(iris)
> indexplot(iris[,'Petal.Length', drop=FALSE], type='p', id.method='y', id.n=2)
[1] 118 119
> with(iris, Dotplot(Petal.Length, by=Species, bin=FALSE))
> scatterplot(Petal.Width~Petal.Length | Species, regLine=FALSE, smooth=FALSE, boxplots=FALSE, by.groups=TRUE,
+ data=iris)
> library(lattice, pos=17)
> xyplot(Petal.Width ~ Petal.Length, type="p", pch=16, auto.key=list(border=TRUE), par.settings=simpleTheme(pch=16),
+ scales=list(x=list(relation='same'), y=list(relation='same')), data=iris)