dic*_*koa 13
你可以使用这个GGally包,它支持很多功能.
require(GGally)
data(tips)
tips.sample <- tips[ ,c("total_bill", "tip", "day")]
ggpairs(tips.sample, upper = list(continuous = "points", combo = "box"),
lower = list(continuous = "points", combo = "box"))
Run Code Online (Sandbox Code Playgroud)
