generalized_finer_D_x: Iterate over multiple particle diameters for a given sample

View source: R/compute_hydrometer_fines_pct_passing.R

generalized_finer_D_xR Documentation

Iterate over multiple particle diameters for a given sample

Description

Iterate over multiple particle diameters for a given sample

Usage

generalized_finer_D_x(
  calculations_df = NULL,
  d_microns = NULL,
  with_pipette = FALSE
)

Arguments

d_microns

Numeric vector of arbitrary length, corresponding to the particle diameters to compute. Defaults to 2, which is the silt/clay cutoff.

with_pipette

Logical, whether function is being called from inside another function, necessitating that the protocol ID is found one more level up in the call stack

Value

data frame in long format with microns and percent_passing as columns


evanmascitti/soiltestr documentation built on Oct. 6, 2022, 5:32 p.m.