plot-methods {flowWorkspace} | 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)