View source: R/plotting_functions.R
plot_coefficients | R Documentation |
Plot coefficients for multiple targets
plot_coefficients(data, targets = NULL, nrow = NULL, ...)
data |
Input data. |
targets |
Targets to plot. |
nrow |
Number of rows for the plot. |
... |
Other arguments passed to |
A list of ggplot objects
data("example_matrix")
network_table <- inferCSN(
example_matrix,
targets = c("g1", "g2", "g3")
)
plot_coefficients(network_table, show_values = FALSE)
plot_coefficients(network_table, targets = "g1")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.