Description Usage Arguments Examples
View source: R/merge_GatingSet.R
visualize the tree structure differnece among the GatingSets
1 | gs_plot_diff_tree(x, path = "auto", ...)
|
x |
|
path |
passed to |
... |
passed to |
1 2 3 4 5 6 | ## Not run:
gslist <- list(gs1, gs2, gs3, gs4, gs5)
gs_groups <- gs_split_by_tree(gslist)
gs_plot_diff_tree(gs_groups)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.