View source: R/plots_coverage.R
plot_scatter_density | R Documentation |
Function to plot the scatterplots of the coverage, one timepoint against the other, together with the Gaussian density.
plot_scatter_density(x, plot_density = T, highlight = c(), min_frac = 0)
x |
a mvnmm object. |
plot_density |
a Boolean. If set to FALSE, the Gaussian density will not be displayed. |
highlight |
a vector of clusters IDs to highlight in the plot. |
facet |
a Boolean. If set to TRUE, the plot will be faceted on the labels. |
a list of plots, one for each timepoints combination.
if (FALSE) plots = plot_scatter_density(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.