[R] need help with a time series plotting problem

2011-12-24 Thread vibhava
%d/%y"),type="l",xlab="date",ylab="daily discharge (m3/s) ",main="USGS1500",yaxs="i", xaxs="i",) any help would be appreciated regards vibhava -- View this message in context: http://r.789695.n4.nabble.com/need-help-with-a-ti

Re: [R] need help with a time series plotting problem

2011-12-24 Thread vibhava
flow$date, "%m/%d/%y"),type="l",xlab="date",ylab="daily discharge (m3/s) ",main="USGS1500",yaxs="i", xaxs="i",) i wish to plot all this data as a single time series but my program is doing some weird stuff and the x-axis has label

Re: [R] need help with a time series plotting problem

2011-12-24 Thread vibhava
i am trying to do is really simple and all i need is to read 9 columns and make a simple time series plot. i would appreciate if anyone can correct the code that i have written below or if they have some alternate way of doing this i would be happy to learn something new regards vibhava DateUS

Re: [R] need help with a time series plotting problem

2011-12-24 Thread vibhava
line (i need one line for each plot representing 11 years of record AND DO NOT want 11 lines representing the same thing). regards vibhava http://r.789695.n4.nabble.com/file/n4232160/flow.docx flow.docx -- View this message in context: http://r.789695.n4.nabble.com/need-help-with-a-time-s

Re: [R] need help with a time series plotting problem

2011-12-29 Thread vibhava
Dear Jim and Rui, Thanks for your suggestions. i just successfully prepared my first graph :). now i will move on to more interesting figures. thank you once again for your help and time. regards vibhava -- View this message in context: http://r.789695.n4

[R] need help with axis ticks

2012-01-08 Thread vibhava
t(flow1500,alk1500, type="p", xaxs="i", yaxs="i", xaxt = 'n', xlim = c(0,300), ylim=c(0,280)) plot(flow1500,ca1500, type="p", xaxs="i", yaxs="i", xaxt = 'n', xlim = c(0,300), ylim=c(0,75)) plot(flow1500,tds1500, type=&q

[R] need help with my time series analysis problem

2008-01-31 Thread vibhava
). I can't find any documentation telling me what to do about it. any help in this matter is appreciated. Thanks Vibhava -- View this message in context: http://www.nabble.com/need-help-with-my-time-series-analysis-problem-tp15211645p15211645.html Sent from the R help mailing list archiv