I have a question concerning the rarefaction
method in the specaccum
fucntion in R.
I have the following dataset
Species1 Species2 Species3 ... Species75
10 20 5 ... 7
And I am trying to plot a curve with on the x-axis the amount of individuals and on the y-axis the amount of species (in the example above this should lead to 75).
I am trying to plot this as follows:
plot(specaccum(dataset, method="rarefaction", xvar="individuals"))
But I get nothing. Can someone help me?
Thank you very much
Victor D.