r size of plot numbers code example
Example: how to change the font of the xlab in plot in r
plot(x,main="Title",xlab="xlabel",ylab="ylabel",sub="subtitle",
cex.lab=1.5, cex.axis=1.5, cex.main=1.5, cex.sub=1.5)
plot(x,main="Title",xlab="xlabel",ylab="ylabel",sub="subtitle",
cex.lab=1.5, cex.axis=1.5, cex.main=1.5, cex.sub=1.5)