print.quatPlot | R Documentation |
Show plist object produced with plot3D package
## S3 method for class 'quatPlot'
print(x, ...)
x |
quatPlot object, returned by |
... |
Graphic parameters passed to |
No return value. It displays the plot described in a 'plist' object
returned by plotQuaternary
, internally created by package
'plot3D'.
gene <- selectTopFeatures(
x = rnaRaw,
clusterVar = rnaCluster,
vertices = c("RE", "OS", "CH", "ORT")
)
quat <- plotQuaternary(
x = rnaRaw,
clusterVar = rnaCluster,
vertices = c("RE", "OS", "CH", "ORT"),
features = gene,
interactive = FALSE
)
quat; print(quat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.