###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)
#######################################
May 20, 2010
Dual ordinate plots
1 Comment »
RSS feed for comments on this post. TrackBack URL
Leave a comment
You must be logged in to post a comment.
itudaxyqe…
Maury Chaykin…
Trackback by itudaxyqe — May 20, 2010 @ 10:11 pm