Remove the mvabund Class Attribute
unabund.Rd
Change an mvabund object to a non-mvabund object.
Examples
## Create an mvabund object:
abundances <- as.mvabund(matrix(1:20,5,4))
## Restore the original object:
mat <- unabund(x=abundances)
mat
#> X1 X2 X3 X4
#> 1 1 6 11 16
#> 2 2 7 12 17
#> 3 3 8 13 18
#> 4 4 9 14 19
#> 5 5 10 15 20