Nothing
centre <- function(x, type)
{
switch(type, mean = func.mean(t(x)), var = func.var(t(x)),
median = depth.FM_fun(t(x))$median,
trimmed = depth.FM_fun(t(x))$mtrim)
}
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.