
上QQ阅读APP看书,第一时间看更新
Creating beanplots with the beanplot package
One of them is the beanplot, which can display the distribution with the visual structure of the boxplot and can also display the frequencies as a histogram. We will create one and assign colors with the beanplot package. The command is as follows:
> library(beanplot)
> beanplot(bike$cnt ~ bike$season, col = c("blue", "red", "yellow"))
The preceding code produces the following output:
