Nothing
assignments <- function(pp.m) {
nelements <- nrow(pp.m)
nclus <- ncol(pp.m)
assignments <- vector("list",nclus)
for (idx in 1:nclus) assignments[[idx]] = (1:nelements)[pp.m[,idx]==apply(pp.m,1,max)]
assignments
}
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.