Nothing
`as.ts.permat` <-
function(x, type = "bray", ...)
{
type <- match.arg(type, c("bray", "chisq"))
out <- summary(x)[[type]]
if (!is.ts(out)) {
seqmethods <- sapply(make.commsim(), function(z) make.commsim(z)$isSeq)
seqmethods <- names(seqmethods)[seqmethods]
# seqmethods <- c("swap", "tswap", "abuswap")
stop("as.ts available only for sequential methods ",
paste(seqmethods, collapse=", "))
}
out
}
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.