View source: R/mapview_calpuff_setup_qafiles.R
mapview_grid_recs | R Documentation |
Create a mapview object from CALPUFF setup grid receptors file 'qarecg.dat' and eventually export it as html and png files
mapview_grid_recs( qarecg.dat, epsg = 32632, export = FALSE, string_filename = "file_name_grid_rescs", name_of_map_layer = "layer_name_grid_recs" )
qarecg.dat |
string path to Calpuff setup file grid receptors 'qarecg.dat' |
epsg |
number epsg to set crs of the grid receptors |
export |
logical, export mapview object as hmtl and png files? The default value is equal to FALSE |
string_filename |
string to name the output files |
name_of_map_layer |
string to name the mapview layer |
mapview object exported as html and png files
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.