aermod_map_plt_raster: aermod_map_plt_raster

View source: R/aermod_map_plt_raster.R

aermod_map_plt_rasterR Documentation

aermod_map_plt_raster

Description

Create mapview object from aermod plt file, save results as html and png files

Usage

aermod_map_plt_raster(
  input_filename,
  rows_to_skip_head,
  rows_to_skip_tail = 0,
  trans_factor = 1,
  name_of_map_layer,
  string_filename_html
)

Arguments

input_filename

a string for the aermod input file name *.plt

rows_to_skip_head

a number of rows to skip in the head of the aermod plt file

rows_to_skip_tail

a number of rows to skip in the tail of the aermod plt file

trans_factor

a number, transformation factor for results

name_of_map_layer

a string

string_filename_html

a string

Value

a map in the form html and png

Examples

## Not run: 
aermod_map_plt_raster('AERMOD.PLT')

## End(Not run)

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