plot_marginal: Histogram of the marginal distribution of each dimension

View source: R/plots_coverage.R

plot_marginalR Documentation

Histogram of the marginal distribution of each dimension

Description

Function to plot the marginal distribution of the coverage, for each timepoint, colored by cluster.

Usage

plot_marginal(
  x,
  min_frac = 0,
  highlight = c(),
  binwidth = 10,
  show_dens = T,
  timepoints_to_int = list(),
  facet_lin = F,
  single_plot = F
)

Arguments

x

a mvnmm object.

highlight

a vector of clusters IDs to highlight in the plot.

binwidth

numeric value representing the histogram binwidth.

Examples

if (FALSE) plot_marginal(x)


caravagnalab/lineaGT documentation built on June 13, 2025, 6:01 p.m.