Hi I’m trying to plot a species richness rarefication and extrapolation curve for my data.
It’s set up as below where the first row are a set of different vegetation communities and the second row are the number of sampling sites.
enter image description here
I’m trying to run the following bit of code but keep on getting an error message.
iNEXT_results <- iNEXT(Incidence3, datatype = “incidence_freq”, q=0)
Error in yi[i]:(nT – 1) : NA/NaN argument
I’ve tried everything but can’t seem to fix the issue. Any help would be appreciated!
I have tried reformatting the data, checking for na and nan values but nothing is coming up as incorrect.
pentatonic5 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1