powered by
Change an mvabund object to a non-mvabund object.
unabund(x)
an mvabund object that should be transformed into a matrix.
A matrix if x is an mvabund object otherwise x .
x
mvabund
unabund doesn't convert x but only removes the mvabund class attribute.
unabund
mvabund. as.mvabund. is.mvabund.
as.mvabund
is.mvabund
# NOT RUN { ## 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