Nothing
# Internal function to set distances to DBAmmd Object
#
# This function is used internally in the S4 method DBAmmd, and should not be
# called by the user in general.
#
setDists <- function(x,DISTs,name) {
D <- Dists(x)
if (!is.null(D[[name]]))
warning(paste('overwriting DISTs (', name, ')') )
D[[name]] <- DISTs
x@DISTs <- D
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.