Nothing
scaled.dev <- function(resmca, var) {
sv <- supvar(resmca, var)
res <- lapply(1:ncol(sv$coord), function(x) round(abs(outer(sv$coord[,x], sv$coord[,x], "-")),3))
res <- lapply(res, function(x) {rownames(x) <- colnames(x) <- rownames(sv$coord); return(x)})
names(res) <- colnames(sv$coord)
return(res)
}
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.