View source: R/aermod_map_plt_raster.R
aermod_map_plt_raster | R Documentation |
Create mapview object from aermod plt file, save results as html and png files
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 )
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 |
a map in the form html and png
## Not run: aermod_map_plt_raster('AERMOD.PLT') ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.