dotchart 点图
barplot 条形图
hist 直方图
pie 饼图
points 添加点
lines 添加线
text 添加文字
title 添加标题
boxplot 箱线图
1、plot函数...##画图
plot(x~y,xlab="",ylab="",main="",xlim=c(0,45),ylim=c(0,45),pch=18,col=2,cex=5)
#xlab/ylab,xy标题...c(2,2),mar=c(3,3,2,1))
par(del) #画好需要关闭
3、箱型图
#箱型图
boxplot(x~y,data=iris)...5,0.5) , mar =c(2,0,0,0) )
#full=F,代表半圆
#segments代表一段一段画
#注释图标位置
#图边距
11、直方图+帕累托图结合
帕累托图可以实现,同类元素的贡献率比较...另外一个含有画图单位对应值的参数v (一个和legend 长度一致的向量)是必须给定的:
legend(x,y,fill=v,col=v,lty=v, lwd=v,pch=v) #legend(