print-quatPlot: Show plist object produced with plot3D package

print.quatPlotR 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 plotQuaternary when interactive = FALSE.

...

Graphic parameters passed to plot. mar is pre-specified.

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)

CytoSimplex documentation built on June 8, 2025, 10:12 a.m.