Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR R

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)
 
PREVIOUS NEXT
Tagged: #change #font #xlab #plot
ADD COMMENT
Topic
Name
6+5 =