Description Usage Arguments Value Examples
Converting species matrix (wide data) to present-absent matrix
1 | preabs(widedata)
|
widedata |
A species matrix |
A present-absent matrix
1 2 3 4 | herb.spematrix<-longtowide(longdata=herbdata,left="plot.id",up="spe.id",
inner="abundance")
herb.preabs<-preabs(herb.spematrix)
herb.preabs
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.