R语言绘图控制表框类型bty
作者:互联网
1、
> par(mfrow = c(2,3)) > plot(1:10, bty = "o", main = "ooo", cex.main = 3) > plot(1:10, bty = "l", main = "lll", cex.main = 3) > plot(1:10, bty = "u", main = "uuu", cex.main = 3) > plot(1:10, bty = "c", main = "ccc", cex.main = 3) > plot(1:10, bty = "]", main = "]]]", cex.main = 3) > plot(1:10, bty = "n", main = "nnn", cex.main = 3)
标签:nnn,plot,10,bty,绘图,main,表框,cex 来源: https://www.cnblogs.com/liujiaxin2018/p/16264127.html