Hi. You have a specific function to species accumulation curve in the package vegan in R (http://cc.oulu.fi/~jarioksa/softhelp/vegan/html/specaccum.html). As you know, R and S are quite similars.
have a look here: http://viceroy.eeb.uconn.edu/estimates/EstimateSPages/EstSUsersGuide/EstimateSUsersGuide.htm#ComparingSpeciesAccumulationCurves
I think it's well explained and isn't difficult to generate curves or calculate different diversity indexes
Also see section "Data Input Formats" to see the necessary input file (Type 1 if you have species (rows) and samples (columns) or Type 2 if you have samples are rows and your species are columns. You will see it's very simple
See also the installed example filesSingle-Sample-Based-Data-Filetype.xlsx, Single-Sample-Based-Example.txt, and Seedbank.txt.
Hi. You have a specific function to species accumulation curve in the package vegan in R (http://cc.oulu.fi/~jarioksa/softhelp/vegan/html/specaccum.html). As you know, R and S are quite similars.