show,plist-method {CytoSimplex}R Documentation

Show plist object produced with plot3D package

Description

Show plist object produced with plot3D package

Usage

## S4 method for signature 'plist'
show(object)

## S3 method for class 'plist'
print(x, ...)

Arguments

object, x

plist object

...

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(rnaRaw, rnaCluster, c("RE", "OS", "CH", "ORT"))
plistObj <- plotQuaternary(rnaRaw, rnaCluster, c("RE", "OS", "CH", "ORT"), gene)
print(plistObj)
# equivalent to
show(plistObj)

[Package CytoSimplex version 0.1.1 Index]