data(LF)
MySHE <- she(LF, "abun")
she.plot(MySHE)
## To generate an site based data frame ordered alphabeticaly, use:
Table <- as.data.frame(MySHE[1:4])
rownames(Table) <- attr(MySHE, 'row.names')
Table <- Table[sort(rownames(Table)),]Run the code above in your browser using DataLab