View source: R/plots_coverage.R
plot_marginal | R Documentation |
Function to plot the marginal distribution of the coverage, for each timepoint, colored by cluster.
plot_marginal(
x,
min_frac = 0,
highlight = c(),
binwidth = 10,
show_dens = T,
timepoints_to_int = list(),
facet_lin = F,
single_plot = F
)
x |
a mvnmm object. |
highlight |
a vector of clusters IDs to highlight in the plot. |
binwidth |
numeric value representing the histogram binwidth. |
if (FALSE) plot_marginal(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.