| unabund | R Documentation |
Change an mvabund object to a non-mvabund object.
unabund(x)
x |
an mvabund object that should be transformed into a matrix. |
unabund doesn't convert x but only removes the
mvabund class attribute.
A matrix if x is an mvabund object otherwise x .
Ulrike Naumann and David Warton <David.Warton@unsw.edu.au>.
mvabund.
as.mvabund.
is.mvabund.
## Create an mvabund object: abundances <- as.mvabund(matrix(1:20,5,4)) ## Restore the original object: mat <- unabund(x=abundances) mat
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.