Displaying 1 result from an estimated 1 matches for "ph1500".
Did you mean:
hp1500
2012 Jan 08
2
need help with axis ticks
...am using (after reading in the data) to
create the top row is:
par(mfrow=c(6,6), oma=c(4,4,3,1), mar=par()$mar*0.25, family="serif",font=1)
plot(flow1500,scf1500, type="p", xaxs="i", yaxs="i", xaxt = 'n',xlim =
c(0,300), ylim=c(0,0.6))
plot(flow1500,ph1500, type="p", xaxs="i", yaxs="i", xaxt = 'n',xlim =
c(0,300), ylim=c(0,10))
plot(flow1500,toc1500, type="p", xaxs="i", yaxs="i", xaxt = 'n', xlim =
c(0,300), ylim=c(0,46))
plot(flow1500,alk1500, type="p", xaxs="...