#---------------------#
# Generating #
# Maximally-Complete #
# Networks #
#---------------------#
max <- gen_max(2, 300)
saveRDS(max$g, file = "Effective_g_max")
saveRDS(max$el, file = "Effective_el_max")
save.image("Effective_Workspace.RData")
rm(max)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.