plot_multiple_graphs: plot_multiple_graphs

View source: R/WGCNA_Analysis_Functions.R

plot_multiple_graphsR Documentation

plot_multiple_graphs

Description

plots scale-free topology fit or mean connectivity against power for multiple datasets using the output from the compute_power_tables function.

Usage

plot_multiple_graphs(
  power_tables,
  type = c("fit", "connectivity"),
  file_to_save
)

Arguments

power_tables

output from the compute_power_tables function.

type

fit or connectivity

file_to_save

path and file to save the pdf.

Examples

## Not run: 
plot_multiple_graphs(power_tables,type = c("fit","connectivity"),file_to_save)

## End(Not run)

jfores/SurvMap documentation built on May 30, 2022, 10:57 p.m.