Finding out about objects and classes
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.