The help function in R is just that -- a function -- so you have to invoke it, e.g., as help(mean) rather than just typing Help. You might also try help.start() which opens a fuller help system in your browser.
To see the available functionality of the package, the easiest way is to check its CRAN listing here: http://cran.r-project.org/web/packages/osmar/index.html and to take a look through the reference manual. More info might also be available on the package's listed webpage. Hope this gets you started, Michael On Mon, Jun 18, 2012 at 8:39 PM, james pruett <gpscru...@gmail.com> wrote: > Hi, > > I installed "osmar". > Q: How do I learn what methods it contains. > > I tried >> Help, things like that.... > > Thanks > cellurl > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help@r-project.org 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. ______________________________________________ R-help@r-project.org 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.