View source: R/aermod_stat_plt.R
aermod_stat_plt | R Documentation |
Calculate statistics for AERMOD PLT output file
aermod_stat_plt(plt, x_source, y_source)
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) |
a tibble with x and y coordinates, concentration values, distances from the source, compass degrees from the North corresponding to min and max statistics
## Not run: aermod_stat_plt('AERMOD.PLT', 739050, 5084550) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.