An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20100112/d1f59fd8/attachment.pl>
plot ylab on the right
3 messages · Mister Vanhalen, Jim Lemon
On 01/12/2010 09:41 PM, Mister Vanhalen wrote:
Hello, I have a graphic and I want to plot the yaxis AND ylab on the right. I manage to plot axis on the right with axis(4) but I don't know how to write the ylab on the right. barplot(data, name=leg, xlab="Probability", ylab="Number of links", axes=F) axis(4)
Hi Mister Vanhalen,
Try this:
mtext("Number of links",4)
And another question : Is there an easy way to indicate that directly on barplot command ?
A quick look at the "axis" command has not revealed it. Jim
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20100112/72384a63/attachment.pl>