lgetpnc: Retrieve PSD in number concentration

Description Usage Arguments Details References See Also Examples

View source: R/manipulate.R

Description

The function converts the PSD in volume concentration (µL/L, ppm) to number concentration (particle/L/µm).

Usage

1

Arguments

x

A lisst object of type 'vol' or 'csa'.

Details

Volume concentration is converted to number concentration by using the volume of a sphere with radius equal to half the median particle size for each bin. The number concentration is then the sphere equivalent number concentration. The absolute magnitute of the PSD will be only approximate if particles are not spherical, but as long as the particles are not expected to significantly change shape with size, the slope of the distribution will be accurate.

References

Buonassissi, C. J. and Dierssen, H. M. 2010. A regional comparison of particle size distributions and the power law approximation in oceanic and estuarine surface waters. J. Geophys. Res., 115, C10028. DOI:10.1029/2010JC006256.

See Also

lget lgetraw, lgetcor, lgetcal, lgetvsf, lgetvol, lgetcsa

Examples

1
l_pnc <- lgetpnc(donkmeer_pro)

AlexCast/lisst documentation built on July 17, 2021, 12:58 a.m.