extract_pmf_mass_factor_contributions: Function to extract PMF factor contributions from the return...

View source: R/extract_pmf_mass_factor_contributions.R

extract_pmf_mass_factor_contributionsR Documentation

Function to extract PMF factor contributions from the return of read_pmf_factor_profiles and tidy_pmf_profiles.

Description

Function to extract PMF factor contributions from the return of read_pmf_factor_profiles and tidy_pmf_profiles.

Usage

extract_pmf_mass_factor_contributions(
  df,
  value_mass = NA,
  species_mass = "mass"
)

Arguments

df

Tibble from tidy_pmf_profiles.

value_mass

An optional value to use for fully accounted for mass in the calculations.

species_mass

What is the species name is used for PM mass in the data file?

Value

Tibble.

Author(s)

Stuart K. Grange

See Also

read_pmf_factor_profiles, tidy_pmf_profiles, plot_pmf_mass_factor_contributions


skgrange/pmfr documentation built on June 30, 2022, 12:28 a.m.