Secondary axis in R plot(x) par(new = …

Secondary axis in R

plot(x)
par(new = T)
plot(y, axes = F, xlab = '', ylab = '')
axis(4)

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *