powered by
Change an mvabund object to a non-mvabund object.
unabund(x)
A matrix if x is an mvabund object otherwise x .
x
mvabund
an mvabund object that should be transformed into a matrix.
Ulrike Naumann and David Warton <David.Warton@unsw.edu.au>.
unabund doesn't convert x but only removes the mvabund class attribute.
unabund
mvabund. as.mvabund. is.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
Run the code above in your browser using DataLab