Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.mrao.cam.ac.uk/~bn204/galevol/speca/rnested.html
Дата изменения: Mon Apr 4 13:47:52 2016 Дата индексирования: Sun Apr 10 09:47:12 2016 Кодировка: IBM-866 Поисковые слова: messenger |
The RNested package is a re-implementation of the main algorithms from the radiospec package into the R statistical data analysis environment. Its advantages compared to radiospec are:
To install on source-based R systems (i.e., Linux) you can do simply:
install.packages("RNested", repos=c("http://www.mrao.cam.ac.uk/~bn204/soft/R","http://cran.us.r-project.org"))
On R systems that tend to use binary packages (Windows & OS X), it is easier to install the dependent packages and RNested separately:
install.packages(c("plyr", "foreach", "ks", "plotrix")
install.packages("RNested", repos=c("http://www.mrao.cam.ac.uk/~bn204/soft/R","http://cran.us.r-project.org"), type="source")
The RNested package is documented using the standard R environment documentation tools. Therefore it is recommended that you install the package and browse the documentation using help() and vignette() functions. For convenience, here are the links to PDF documentation:
Development of RNested is fully open, see the GitHub Repository. The code is licensed under GPL version 2.