plot_coefficients {inferCSN} | R Documentation |
Plot coefficients for multiple targets
Description
Plot coefficients for multiple targets
Usage
plot_coefficients(data, targets = NULL, nrow = NULL, ...)
Arguments
data |
Input data. |
targets |
Targets to plot. |
nrow |
Number of rows for the plot. |
... |
Other arguments passed to |
Value
A list of ggplot objects
Examples
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")
[Package inferCSN version 1.1.7 Index]