lgetvol: Retrieve PSD in volume concentration

Description Usage Arguments Details See Also Examples

View source: R/manipulate.R

Description

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

Usage

1

Arguments

x

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

Details

It merelly reverts the multiplication factors used by lgetpnc.

See Also

lget lgetraw, lgetcor, lgetcal, lgetvsf, lgetpnc, lgetcsa

Examples

1
2
l_vol <- lget(lgetpnc(donkmeer_pro), 'vol')
all.equal(l_vol, donkmeer_pro)

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