powered by
Set the name for a module
set_module_name(module, module_name)
The 'network_module' object to modify.
A character string.
The modified 'network_module' object.
# NOT RUN { nw <- random_network(10) nw <- gen_partial_correlations(nw) module <- nw$modules[[1]] named_module <- set_module_name(module, "new name") # }
Run the code above in your browser using DataLab