Nothing
print.yaConsensus_plot <-
function(x, verbose = T, ...) {
results <- x$statistics
if(verbose) {
message("yaConsensus statistics")
for(k in 1:length(results)) message("\t", names(results)[k], results[[k]])
}
invisible(results)
}
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.