PlotCorModule {BioM2} | R Documentation |
Correlalogram for Biological Differences Modules
Description
Correlalogram for Biological Differences Modules
Usage
PlotCorModule(
PathwaysModule_obj = NULL,
alpha = 0.7,
begin = 0.2,
end = 0.9,
option = "C",
family = "serif"
)
Arguments
PathwaysModule_obj |
Results produced by PathwaysModule() |
alpha |
The alpha transparency, a number in (0,1). Detail for scale_fill_viridis() |
begin |
The (corrected) hue in (0,1) at which the color map begins. Detail for scale_fill_viridis(). |
end |
The (corrected) hue in (0,1) at which the color map ends. Detail for scale_fill_viridis() |
option |
A character string indicating the color map option to use. Detail for scale_fill_viridis() |
family |
calligraphic style |
Value
a ggplot object
[Package BioM2 version 1.0.8 Index]