plotFC | R Documentation |
This function reads a (square) matrix and plots it using ggplot2
.
plotFC( FCmatrix, style = c("lower.tri", "full"), col = optionsFCnet("colorPaletteDefault"), limit = NULL, network_definition = NULL, plot_labels = F, colorNuances = optionsFCnet("colorNuances") )
FCmatrix |
The FC matrix to plot |
style |
Whether to plot only the lower triangle (and diagonal) or the entire FC matrix. |
col |
The color palette used to plot values (i.e. a vector of colors). The vector is often divergent, es. |
limit |
The limits for the FC values. Defaults to |
network_definition |
A character vector specifying to which FC network the ROI belongs to. If provided, draws vertical and horizontal lines visually separating the networks. |
plot_labels |
if |
colorNuances |
Number of nuances along the provided colorPalette. |
A ggplot2
object which can be customized further.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.