data(NB)
MyABC <- abc(NB)
abc.plot(MyABC)
## To generate an taxa based data frame ordered alphabeticaly, use:
Table <- as.data.frame(MyABC[1:3])
rownames(Table) <- attr(MyABC, 'row.names')
Table <- Table[sort(rownames(Table)),]
## This table doesn't contain the result of the W statisticRun the code above in your browser using DataLab