View source: R/GatingSet_Methods.R
gh_plot_pop_count_cv | R Documentation |
This function plots the coefficient of variation calculated between the xml population statistics and the openCyto population statistics for each population in a gating hierarchy extracted from a xml Workspace.
gh_plot_pop_count_cv(x, path = "auto", ...)
gs_plot_pop_count_cv(x, scales = list(x = list(rot = 90)), path = "auto", ...)
x |
A |
path |
|
... |
Additional arguments to the |
scales |
|
The CVs are plotted as barplots across panels on a grid of size m
by n
.
Nothing is returned.
gs_pop_get_count_fast
## Not run:
#G is a GatingHierarchy
gs_plot_pop_count_cv(G,4,4);
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.