gh_plot_pop_count_cv {flowWorkspace} | 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.
## Not run: #G is a GatingHierarchy gs_plot_pop_count_cv(G,4,4); ## End(Not run)