GitHunt
PV

pvictor/ConR

ConR

Travis build status

The ideas behind this package, and its testing involved many people and
institutes. See the original paper published in Ecology and
Evolution
.

Install R, ConR and dependent packages

First step. Install R.

Second step. A proper way to work with R is to define a working
directory
.
If you are working with Rstudio, you can create the first time a
project,
which much simplify handling of scripts and data.

Third step. Install ConR package (one of the two following) :

To install the version on CRAN

install.packages("ConR")

To install the version under development.

install.packages("devtools")
devtools::install_github("gdauby/ConR")

Loading ConR

Attach ConR package This should be done everytime you open an R
session.

library(ConR)

Help files Any function in R is documented by a help file which can
be obtained by the following code:

?EOO.computing
?IUCN.eval
?map.res
?subpop.comp

Languages

R100.0%

Contributors

Created September 21, 2022
Updated August 26, 2021
pvictor/ConR | GitHunt