plot,gatingTemplate,missing-method | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.