Nothing
switch(R$options$whichMatrix, "raw" = plotSbm(R$sbm, ordered = FALSE, transpose = R$options$showTransposed, labels = R$upload$labels, plotOptions = R$options ), "ordered" = plotSbm(R$sbm, ordered = TRUE, transpose = R$options$showTransposed, labels = R$upload$labels, plotOptions = R$options ), "expected" = plotSbm(R$sbm, ordered = TRUE, transpose = R$options$showTransposed, labels = R$upload$labels, plotOptions = c(R$options, showValues = F) ) )
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.