plot_mean_k {CEMiTool} | R Documentation |
Creates a graph showing the mean connectivity of genes in the network
plot_mean_k(cem, ...) ## S4 method for signature 'CEMiTool' plot_mean_k(cem, title = "Mean connectivity")
cem |
Object of class |
... |
Optional parameters. |
title |
title of the graph |
Object of class CEMiTool
with connectivity plot
# Get example CEMiTool object data(cem) # Plot scale-free model fit as a function of the soft-thresholding beta parameter choice cem <- plot_mean_k(cem) # Check resulting plot show_plot(cem, "mean_k")