You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the 262 line, to apply the dbFD function, I did'nt find the real mistake, but the console told me:
richness <- dbFD(dist_mist, com5)$nbsp Error in dbFD(dist_mist, com5) :
Species labels in 'x' and 'a' need to be identical and ordered alphabetically (or simply in the same order).
The objects are in the same order, with the same structure. I did this without distance data and i found no problem.
The text was updated successfully, but these errors were encountered:
In the 262 line, to apply the dbFD function, I did'nt find the real mistake, but the console told me:
richness <- dbFD(dist_mist, com5)$nbsp
Error in dbFD(dist_mist, com5) :
Species labels in 'x' and 'a' need to be identical and ordered alphabetically (or simply in the same order).
The objects are in the same order, with the same structure. I did this without distance data and i found no problem.
The text was updated successfully, but these errors were encountered: