[R] decomposed.ts class and method

Gabor Grothendieck ggrothendieck at gmail.com
Mon Feb 6 05:36:47 CET 2006


Try:

getAnywhere(plot.decomposed.ts)
getAnywhere(print.decomposed.ts) # not found; its using print.default

Also note this gives an S3 generic's methods:

methods(plot)

On 2/5/06, Erin Hodgess <hodgess at gator.dt.uh.edu> wrote:
> Dear R People:
>
> In the function "decompose", the object has the class of "decomposed.ts".
> (from package stats)
>
> I would like to see the class definition and the method for the plotting.
>
> However, when I use
> isClass("decomposed.ts")
>
> I get "FALSE".
>
> When I check getMethods("plot")
>
> there is no method for plot on decomposed.ts
>
> Any suggestions, please?
>
> Thanks in advance!
>
> R Version 2.2.1 Windows
>
> Sincerely,
> Erin Hodgess
> Associate Professor
> Department of Computer and Mathematical Sciences
> University of Houston - Downtown
> mailto: hodgess at gator.uhd.edu
>
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
>




More information about the R-help mailing list