lbinr: Extract size range of bins

Description Usage Arguments Details Value Examples

View source: R/lisst.R

Description

Extracts the size range and median size per bin per LISST model and particle inversion type.

Usage

1
lbinr(x, ity)

Arguments

x

A lisst object.

ity

Inversion type ('ss' or 'rs').

mod

A LISST model ('100(X)B', '100(X)C' or '200X').

Details

If x is provided, mod and ity (if present) will be extracted from the object's metadata. If provided, mod and ity will take precedence. Note that since inversion is not implemented in this version, only lisst objects created from LISST SOP processed files will contain ity information.

Value

A units matrix with lower and upper size limits and median size in µm.

Examples

1
2
lbinr(mooring)
lbinr('100XC', 'rs')

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