[R] x axis problems

2007-05-14 Thread Ener Borg
to use multiple x axis (4) with different scaling. How can I do that? plot(sal,depth,ylim=c(100,0),xlim=c(-0.0120,62),type=l,col.axis=,xaxt=s,xlab=) points(temp,depth,type=l,col=red) points(obs,depth,type=l,col=green) points(fluo,depth,type=l,col=blue) Thank you for any help! Ener Borg

Re: [R] Add notes to a graph

2005-12-27 Thread Ener Borg
Ronnie Babigumira skrev: Hi, I have done a search on this in vain. How can I add a note to the foot of a graph example below Can you use this?: plot(1:10, 1:10, main = Maintitle, sub = subtitle) mtext(Another possibillity, side=4) |---| | Title |