Skip to content
Prev 102040 / 398500 Next

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: