select.particles | R Documentation |
ParticleSet
objectAccording to parameters of interests, such as size, eccentricity/shape, filters out the particles that do not satisfy the indicated requirements
select.particles(particleset, min.area = 1, max.area = 1000)
particleset |
A |
min.area |
Size in pixels of the minimum area needed to detect the object as a potential particle of interest |
max.area |
Size in pixels of the maximum area allowed to detect the object as a potential particle of interest |
A ParticleSet
object
Federico Marini, marinif@uni-mainz.de, 2014
data("candidate.platelets")
selected.platelets <- select.particles(candidate.platelets, min.area = 5)
selected.platelets
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.