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

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help

Reply via email to