Skip to content
Prev 126843 / 398500 Next

Plotting with 2 y axes

basically something along these lines:

plot(Time, Resistance, bty='c')
par(new=TRUE)
plot(Time, Temperature, axes=FALSE, ylab='', xlab='')
axis(4)
On 10/12/07, Keith Cox <kcox at sj-alaska.edu> wrote: