print.quatPlot {CytoSimplex} | R Documentation |
Show plist object produced with plot3D package
Description
Show plist object produced with plot3D package
Usage
## S3 method for class 'quatPlot'
print(x, ...)
Arguments
x |
quatPlot object, returned by |
... |
Graphic parameters passed to |
Value
No return value. It displays the plot described in a 'plist' object
returned by plotQuaternary
, internally created by package
'plot3D'.
Examples
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)
[Package CytoSimplex version 0.2.0 Index]