Skip to contents

iNEXT expects abundance based data to be a list, with one child per treatment/assemblage where the length of every child is equal to the number of species in that treatment, and the sum of every child equal to the total number of observed individuals.

Usage

convert_to_abundance(input_dataframe, assemblage)

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 in the format as is expected by iNEXT when datatype is set to abundance

Examples

if (FALSE) convert_to_abundance(warande, MicroMacro)