plot-methods | R Documentation |
Plot a tree/graph representing the GatingHierarchy
plot(x,y, ...)
x |
|
y |
|
... |
other arguments:
|
## Not run:
#gs is a GatingSet
plot(gs) # the same as plot(gs[[1]])
#plot a substree rooted from 'CD4'
plot(gs, "CD4")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.