main 系列:cex.main, col.main, font.main
sub 系列:cex.sub, col.sub, font.sub
xlab 系列:xlab=c("font.lab", "cex.lab", "col.lab")
ylab 系列:ylab=c("font.lab", "cex.lab", "col.lab")
outer: 逻辑值,True 代表titles可以放置在 plot 的区域之外
Las:numeric in {0,1,2,3}; the style of axis labels. 标识坐标轴标签方向。
0:always parallel to the axis [default],
2:always perpendicular to the axis,
也可以直接把title里面的参数直接放在plot()里面