show,FSPY-method {flowSpy}R Documentation

FSPY show method

Description

Prevents R from crashing by trying to print all slots of an FSPY object if a returned object is not stored in a variable.

Usage

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

Arguments

object

An FSPY object

Value

Cell number of FSPY object

Examples

if (FALSE) {
  fspy
}


[Package flowSpy version 1.0.4 Index]