Description Usage Arguments Value References Examples
Important: The plotGate
methods are now defunct and gates should instead be plotted using the
autoplot
method from the ggcyto
package. The plotGate
documentation has been
left here to ease the transition.
When applied to a GatingHierarchy
,arrange
is set as TRUE, then all the gates associated with it are plotted as different panel on the same page.
If arrange
is FALSE, then it plots one gate at a time.
By default ,merge
is set as TRUE, plot multiple gates on the same plot when they share common parent population and axis.
When applied to a GatingSet
, if lattice is TRUE,it plots one gate (multiple samples) per page , otherwise, one sample (with multiple gates) per page.
1 |
x |
|
y |
|
... |
|
a trellis
object if arrange
is FALSE
,
1 2 3 4 5 | ## Not run:
#G is a GatingHierarchy
plotGate(G,gs_get_pop_paths(G)[5]);#plot the gate for the fifth node
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.