Contents
- 1 pairs
- 2 smoothScatter
library("GGally")
ggpairs(train[,3:13], aes(color = is_churn, alpha=0.2))+ theme_bw()
1 pairs #
library(car)
spm(~Sepal.Length + Sepal.Width + Petal.Length + Petal.Width | Species, data=iris)
pairs(iris, col = c("red", "cornflowerblue", "purple")[iris$Species])
2 smoothScatter #
朱朱 一(scatter plot)襯 蠏碁Μ覃 れ螻 螳.
plot(x,y)
蠏碁磯, 一危一 襷朱 螳 一危一 覿襯 蠍 企給. smoothScatter() 企 企れ 蠏豪概 蟆 螳 伎. 蠏碁殊 覲企 3螳 蟲一 蟆 .
library(graphics)
smoothScatter(x, y)