show,LinkedParticleSet-method | R Documentation |
LinkedParticleSet
objectDisplay conveniently a LinkedParticleSet
object
## S4 method for signature 'LinkedParticleSet'
show(object)
object |
A |
This returns an invisible NULL
.
Federico Marini, marinif@uni-mainz.de, 2014
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.