Description Usage Arguments Value Author(s) Examples
According to parameters of interests, such as size, eccentricity/shape, filters out the particles that do not satisfy the indicated requirements
1 | 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
1 2 3 | 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.