aermod_stat_plt: Statistics of AERMOD PLT output file

View source: R/aermod_stat_plt.R

aermod_stat_pltR Documentation

Statistics of AERMOD PLT output file

Description

Calculate statistics for AERMOD PLT output file

Usage

aermod_stat_plt(plt, x_source, y_source)

Arguments

plt

string for the aermod plt file

x_source

numeric, x coordinate of the point source (or the centre or any point of the source)

y_source

numeric, y coordinate of the point source (or the centre or any point of the source)

Value

a tibble with x and y coordinates, concentration values, distances from the source, compass degrees from the North corresponding to min and max statistics

Examples

## Not run: 
aermod_stat_plt('AERMOD.PLT', 739050, 5084550)

## End(Not run)

maxbre/myRfuns documentation built on April 15, 2022, 5:45 a.m.