ecd_nm_to_area_um: Calculate the area cut-off in microns from the equivaent...

Description Usage Arguments Value Examples

Description

A convenience function to make Fiji/ImageJ particle analysis easier. Often we want to measure the diameter of nanoparticles in nm units but work with images with scale factors in microns/px. The AnalyzeParticles function wants a lower area cutoff in microns.

Usage

1

Arguments

ecd_nm

- the equivalent circular diameter of an object in nm. Example: 10.0

Value

area_um the area in microns. This Will print in exponential notation.

Examples

1
2
library(particlesizeR)
print(ecd_nm_to_area_um(10.0))

jrminter/particlesizeR documentation built on June 5, 2019, 11:05 p.m.