Learn R Programming

PuffR (version 0.1)

calpuff_create_varying_area_sources: Create CALPUFF input file with area sources that vary in location and time

Description

Create CALPUFF input file with area sources that vary in location and time.

Usage

calpuff_create_varying_area_sources(CSV_input = NULL, df_input = NULL,
  pollutant_MW)

Arguments

CSV_input
a path to a CSV file containing hourly area source data.
df_input
a data frame containing hourly area source data.
pollutant_MW
a vector containing molecular weights for all pollutants in the supplied dataset. The order of the values must be the same as that of the pollutant columns in either the supplied CSV or data frame.