001、正常绘图
> plot(1:10, cex = 2, pch = 19)
002、只输出绘图内容
> plot(1:10, cex = 2, pch = 19, axes = F)
。
reference
01、https://www.cnblogs.com/shclbear/p/17253160.html
标签:输出,plot,10,框线,pch,绘图,cex From: https://www.cnblogs.com/liujiaxin2018/p/18198856