This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== R ====== ===== General informations ===== * Web site: [[http://www.r-project.org| http://www.r-project.org]] * Licence: [[http://www.gnu.org/licenses/gpl-2.0.html|GNU GPL v.2]] ===== Installation instructions ===== | ^ Installed version ^ ^Impilo 8.04 H10 | [[rproject_210|2.10]] | ^Impilo 10.04 A10 | [[.:10_04_a10_build:rproject_2111|2.11.1]] | ===== Usage instructions ===== It is possible to get help informations on various methods and classes by two different procedures: * Each method or class has a help file accessible through the R console: <code rsplus> # One way of doing it: R> ??methodName # Another way: R> help(methodName) </code> * Each package has a more extensive documentation through the use of **vignettes**. If the package has more than one vignette, a text-based chooser is presented with number-based selections. You access the vignettes like this: <code rsplus> R> openVignette(package_name) </code> ===== References ===== * More to come...