/PAICE

Estimation of the number of colonization events between islands of the same archipelago for a species. It uses rarefaction curves to control for both field and genetic sample sizes as it was described in Coello et al. (2022) <doi:10.1111/jbi.14341>.

Primary LanguageR

PAICE: Phylogeographic Analysis of Island Colonization Events

Maintainer Publication CRAN

PAICE is designed to estimate the number of inter-island colonization events in a island-like system.

Installation

The easy way to install PAICE is by the CRAN repository:

install.packages("PAICE")

Additionally, it is possible to install PAICE using the remotes package:

install.packages("remotes")
remotes::install_github("PAICEcode/PAICE")

Usage

PAICE allows a sampling effort correction for estimation of inter-islands colonization events in both field and genetic sampling.

The documentation of PAICE package is available here.

Demo