Nothing
#'@export
print.sammon <- function(x,...)
{
cat("\nCall: ")
print(x$call)
cat("\n")
cat("Model: Sammon Scaling \n")
cat("Number of objects:", dim(x$points)[1], "\n")
cat("Stress-1:", round(x$stress,3), "\n")
cat("\n")
}
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.