Skip to content

Plotting with 2 y axes

2 messages · Keith Cox, jim holtman

#
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: