View source: R/WGCNA_Analysis_Functions.R
plot_multiple_graphs | R Documentation |
plots scale-free topology fit or mean connectivity against power for multiple datasets using the output from the compute_power_tables function.
plot_multiple_graphs( power_tables, type = c("fit", "connectivity"), file_to_save )
power_tables |
output from the compute_power_tables function. |
type |
fit or connectivity |
file_to_save |
path and file to save the pdf. |
## Not run: plot_multiple_graphs(power_tables,type = c("fit","connectivity"),file_to_save) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.