Is plot(ts.object) equivalent to the S-Plus ts.plot ? -- ------------------------------------------------------------------------- Konstantinos E. Vorloou | Tel: +44 (0)191 374 1821 Department of Economics & Finance | Fax: +44 (0)191 374 7289 University of Durham, | email: K.E.Vorloou at durham.ac.uk 23/26 Old Elvet, | or : vorlow at rocketmail.com Durham DH1 3HY, | Express: 20595534 at pager.mirabilis.com UK. | ICQ number: 20595534 http://www.durham.ac.uk/Economics | http://www.durham.ac.uk/~dec3kev ------------------------------------------------------------------------- -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Konstantinos Euripides Vorloou wrote:> > Is plot(ts.object) equivalent to the S-Plus ts.plot ?Yes. Strictly speaking it is equivalent to tsplot(), not ts.plot(), apart from the fact that tsplot accepts a list of time series. R doesn't have the S-PLUS time series classes rts, its and cts. It only has vanilla time series created by ts. In R, unlike S, vanilla time series are "classed" objects, which allows the appropriate plot method to be despatched by the plot() function and there is no need for the user to call a separate function tsplot(). Martyn -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._