Learn R Programming

flowcatchR (version 1.6.2)

show,LinkedParticleSet-method: Display conveniently a LinkedParticleSet object

Description

Display conveniently a LinkedParticleSet object

Usage

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

Arguments

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

Value

  • This returns an invisible NULL.

Examples

Run this code
data("candidate.platelets")
linked.platelets <- link.particles(candidate.platelets,L=26,R=3,epsilon1=0,
epsilon2=0,lambda1=1,lambda2=0,penaltyFunction=penaltyFunctionGenerator(),
include.area=FALSE)
print(linked.platelets)

Run the code above in your browser using DataLab