Nothing
setGeneric("private",
function (obj)
standardGeneric("private")
)
setMethod("private",
signature(obj = "VegsoupPartition"),
function (obj) {
r <- contingency(obj)
r <- r > 0
r[ rowSums(r > 0) != 1, ] <- FALSE
return(r)
}
)
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.