library(scatterplot3d) scatterplot3d(iris[,1:3])
library(scatterplot3d) color = c("orange", "skyblue", "blue")[as.numeric(iris$Species)] scatterplot3d(iris[,1:3], pch = 16, color=color)
CC-BY-SA 3.0 · Powered by MediaWiki
개인정보처리방침 · ABOUT