[R] put a label on right y axis?

Jerome Asselin jerome at hivnet.ubc.ca
Wed Jul 30 19:41:43 CEST 2003


See ?mtext

On July 30, 2003 10:24 am, Jorge A Ahumada wrote:
> If you have a graph with two y-axes like:
>
> plot(...) #1st graph
> par(new=T)
> plot(.....,axes=F,xlab="",ylab="") #plot second
> axis(4) # put axes on the right side
>
> How do you put a ylab to that second axis?
>
> Thanks,
>
> Jorge
>
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://www.stat.math.ethz.ch/mailman/listinfo/r-help




More information about the R-help mailing list