We have changed the return types of many functions in the package. These functions no longer generate estimated accumulative curves. Instead, they return function types, which are estimators for the number of species represented by at least r indivdiduals in a random sample.
We added several estimators for predicting the number of species represented by at least r individuals in a random sample
We have changed the interfaces for most of our exported functions. We add new estimators for the number of species represented by at least r individuals in a random sample.
Code in this repository aims to expand the functionality of Preseq available in the R statistical computing enviroment. There are five ways this is supposed to work:
See https://cran.r-project.org/package=preseqR for details.
We recommand everyone to install the package preseqR from CRAN. It can be easily done by opening an R shell and typing:
>install.packages("preseqR")
The following instructions are for installing the package from the source. Assume the source code of preseqR has been pulled from the git repo and it is under the current directory. Open an R shell and type:
>install.packages("polynom")
>install.packages("preseqR", repos=NULL, type="source")
Note that the package polynom is required by preseqR.