gs_plot_pop_count_cv.RdThis 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 |
|
Nothing is returned.
The CVs are plotted as barplots across panels on a grid of size m by n.
if (FALSE) { #G is a GatingHierarchy gs_plot_pop_count_cv(G,4,4); }