The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
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.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.