Answers for "how to change the font of the xlab in plot in r"

R
0

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)
Posted by: Guest on August-25-2020

Code answers related to "how to change the font of the xlab in plot in r"

Browse Popular Code Answers by Language