Description Usage Arguments Value Author(s) Examples
Display conveniently a LinkedParticleSet
object
1 2 | ## S4 method for signature 'LinkedParticleSet'
show(object)
|
object |
A |
... |
Arguments to be passed to methods |
This returns an invisible NULL
.
Federico Marini, marinif@uni-mainz.de, 2014
1 2 3 4 5 | 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.