LinkedParticleSet
objectR/show-methods.R
show-LinkedParticleSet-method.Rd
Display conveniently a LinkedParticleSet
object
# S4 method for class 'LinkedParticleSet'
show(object)
This returns an invisible NULL
.
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)
#> An object of the LinkedParticleSet class.
#>
#> Set of particles for 20 images
#>
#> Particles are tracked throughout the subsequent 3 frame(s)
#>
#> Displaying a subset of the features of the 14 particles found in the first image...
#> cell.0.m.cx cell.0.m.cy cell.0.m.majoraxis cell.0.m.eccentricity
#> 1 186.70833 47.937500 8.916405 0.6353715
#> 2 256.19048 35.857143 7.746554 0.4606665
#> 3 251.09524 63.523810 8.552466 0.6843186
#> 4 15.79412 8.058824 8.419655 0.7892764
#> 5 215.54688 51.828125 13.694783 0.8788344
#> cell.0.m.theta cell.0.s.area cell.0.s.perimeter cell.0.s.radius.mean
#> 1 0.3380463 48 20 3.487042
#> 2 0.9165252 42 19 3.194559
#> 3 0.9370618 42 19 3.247531
#> 4 1.4806734 34 18 2.847459
#> 5 0.7172299 64 28 4.308530
#>
#> Particles identified on the red channel