plot,gatingTemplate,missing-method {openCyto} | R Documentation |
plot the gating scheme using Rgraphviz
## S4 method for signature 'gatingTemplate,missing' plot(x, y, ...)
x |
|
y |
either |
... |
other arguments graphAttr, nodeAttr: graph rendering attributes passed to renderGraph
showRef |
## Not run: gt <- gatingTemplate(system.file("extdata/gating_template/tcell.csv",package = "openCyto")) plot(gt) #plot entire tree plot(gt, "lymph") #only plot the subtree rooted from "lymph" ## End(Not run)