Skip to contents

iNEXT expects incidence frequency data to be a list, with one child per assemblage. Every child of this list starts with an integer equal to the total number of sampling units (days, plots, ...), followed by one element per species equal to the number of sampling units this species was observed in.

Usage

convert_to_incidence_freq(input_dataframe, assemblage = NULL)

Arguments

input_dataframe

dataframe with exactly the same columns as tblWarandepark.csv

assemblage

variable in input_dataframe to group by. Every value in this column will result in a seperate curve in the iNEXT output.

Value

a list of vectors in the format as is expected by iNEXT when datatype is set to incidence_freq

Examples

if (FALSE) {
convert_to_incidence_freq(warande, MicroMacro)
}