Nothing
as.matrix.mvabund <- function(x, ...){
if(!is.mvabund(x))
stop("The function 'as.matrix.mvabund' can only be used for a mvabund object.")
if(is.null(dim(x))) x <- c(x)
x <- as.matrix(unabund(x))
return(x)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.