Skip to content
Prev 229100 / 398500 Next

Axes=F and plotting dual y axes

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.