Learn R Programming

flowcatchR (version 1.6.2)

show,TrajectorySet-method: Display conveniently a TrajectorySet object

Description

Display conveniently a TrajectorySet object

Usage

## S3 method for class 'TrajectorySet':
show(object)

Arguments

object
A TrajectorySet object
...
Arguments to be passed to methods

Value

  • This returns an invisible NULL.

Examples

Run this code
data("candidate.platelets")
platelets.trajectories <- trajectories(candidate.platelets)
print(platelets.trajectories)

Run the code above in your browser using DataLab