plot-gatingTemplate-missing-method.Rd
plot the gating scheme using Rgraphviz
# S4 method for gatingTemplate,missing plot(x, y, ...)
x |
|
---|---|
y | either |
... | other arguments graphAttr, nodeAttr: graph rendering attributes passed to renderGraph
showRef |
if (FALSE) { 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" }