[R] Axes=F and plotting dual y axes
D Kelly O'Day
koday at processtrends.com
Wed Jul 28 18:55:55 CEST 2010
Cedrick
I used this script to produce a simple chart with no axes:
series2 = c(1:50)
series1 = rep(25:74)
plot(series1, series2, main="Woo", col="red", xlab="", ylab="", axes=F,
type="l")
Works fine on Windows XP using R 2.11.1.
--
View this message in context: http://r.789695.n4.nabble.com/Axes-F-and-plotting-dual-y-axes-tp2305230p2305290.html
Sent from the R help mailing list archive at Nabble.com.
More information about the R-help
mailing list