[R] Finding out about objects and classes

Gabor Grothendieck ggrothendieck at gmail.com
Tue Oct 17 13:26:11 CEST 2006


apropos("loess")
help.search("loess")
methods(class = "loess")
class?loess # in this case it does not return anything but sometimes it does
RiteSearch("loess")

On 10/17/06, michael watson (IAH-C) <michael.watson at bbsrc.ac.uk> wrote:
> When R help simply states something like:
>
> Value:
>
>     An object of class '"loess"'.
>
> How do I find out more about that class?  Shouldn't there be a link in
> the help file or something?
>
> ATB
> Mick
>
> ______________________________________________
> 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
> and provide commented, minimal, self-contained, reproducible code.
>



More information about the R-help mailing list