This function allows to plot results contained in eco.gsa objects.
For examples, see eco.gsa
eco.plotGlobal(input, interactivePlot = TRUE, background = c("grey", "white"), xlabel = NULL, ylabel = NULL, title = NULL, legend = TRUE, rescaled = FALSE, alpha = 0.05)
input | eco.gsa object |
---|---|
interactivePlot | Show an interactive plot via plotly? (default: TRUE) |
background | background color ("grey" or "white") |
xlabel | Label for X axis (default: NULL) |
ylabel | Label for Y axis (default: NULL) |
title | Title of the plot (default: NULL) |
legend | Show legends in ggplot graphs? (default: TRUE) |
rescaled | rescale join-count heatmap? |
alpha | significance level for the join-count heatmat |