CmonsRare {PAICE}R Documentation

Simulated rarefaction curves of Cistus monspeliensis

Description

Simulated rarefaction curves to be used as example data for estimation of colonization events.

Usage

data(CmonsRare)

Format

A list containing data of both genetic and field rarefaction curves. The first element corresponds to the genetic estimation and the second element corresponds to the field estimation.

Details

This dataset was constructed from CmonsData and CmonsNetwork with the following code:

set.seed(31)

CmonsRare <- rarecol(data = CmonsData, network = CmonsNetwork,
    replicates_field = 25, replicates_genetic = 25)
    

Examples

data(CmonsRare)
str(CmonsRare) # Structure of data

[Package PAICE version 1.0.2 Index]