It's works perfectly ! ;) Thank you very much !! M & A
On Tue, Jan 12, 2010 at 11:56 AM, Jim Lemon <j...@bitwrit.com.au> wrote: > 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 > > [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.