[R] how to get xlab and ylab in bold?

2011-09-12 Thread Nevil Amos
A very basic query This code plots OK the axis values are in bold but the axis labels are not. how do I get them in bold too? thanks Nevil Amos plot(c(1,1),xlim=c(0,450),ylim=c(0.7,1.4),xlab=Distance (cells) from edge of grid,ylab=Resistance distance,

Re: [R] how to get xlab and ylab in bold?

2011-09-12 Thread Uwe Ligges
On 12.09.2011 12:30, Nevil Amos wrote: A very basic query This code plots OK the axis values are in bold but the axis labels are not. how do I get them in bold too? Add font.lab=2 Uwe Ligges thanks Nevil Amos plot(c(1,1),xlim=c(0,450),ylim=c(0.7,1.4),xlab=Distance (cells) from edge