plot_coefficients: Plot coefficients for multiple targets

View source: R/plotting_functions.R

plot_coefficientsR 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 plot_coefficient.

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")

inferCSN documentation built on April 13, 2025, 5:11 p.m.