[R] need help with my time series analysis problem

2008-01-31 Thread vibhava
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 archive at Nabble.com

[R] need help with a time series plotting problem

2011-12-24 Thread vibhava
) ,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-time-series-plotting-problem-tp4230672p4230672.html Sent from the R help mailing list archive at Nabble.com

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

2011-12-24 Thread vibhava
,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 labels Jan-dec and the long term series is broken and plotted on yearly basis. regards vibhava -- View this message

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

2011-12-24 Thread vibhava
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 DateUSGS700

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

2011-12-24 Thread vibhava
(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-series

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
= c(0,300), ylim=c(0,75)) plot(flow1500,tds1500, type=p, xaxs=i, yaxs=i, xaxt = 'n', xlim = c(0,300), ylim=c(0,470)) any help would be appreciated. regards vibhava http://r.789695.n4.nabble.com/file/n4276465/problem_figure.jpeg problem_figure.jpeg -- View this message in context: http://r