inst/examples/insects-boxplot.R

# 基础作图法绘制昆虫数目箱线图
data(InsectSprays)
boxplot(count ~ spray, data = InsectSprays,
        col = "lightgray", horizontal = TRUE, pch = 4,varwidth = TRUE)

Try the MSG package in your browser

Any scripts or data that you put into this service are public.

MSG documentation built on July 22, 2021, 1:06 a.m.