monkeymike.co.uk

May 20, 2010

Dual ordinate plots

Filed under: LaTEX — @ 9:25 pm

###dual ordinate Plot in R
###################################
###par(mar=c(5,4,4,4))
plot(ae3$wait.med,type="l", col=2, ylim=c(0,150))
par(new=T)
plot(ae3$wait.N,type="l",axes=F, col=4,ylim=c(0,6500))
axis(side=4)
#######################################

1 Comment »

  1. itudaxyqe…

    Maury Chaykin

    Trackback by itudaxyqe — May 20, 2010 @ 10:11 pm

RSS feed for comments on this post. TrackBack URL

Leave a comment

You must be logged in to post a comment.

Powered by WordPress