View source: R/mapview_calpuff_setup_qafiles.R
mapview_terr_grd | R Documentation |
Create a mapview object from CALPUFF setup grid file 'qaterr.grd' and eventually export it as html and png files
mapview_terr_grd( qaterr.grd, epsg = 32632, export = FALSE, name_of_map_layer = "layer_name_grid_terr", string_filename = " file_name_grid_terr" )
qaterr.grd |
string path to the Calpuff setup grid file 'qaterr.grd' |
epsg |
number epsg to set crs in the raster object |
export |
logical, export mapview object as hmtl and png files? The default value is equal to FALSE |
name_of_map_layer |
string to name the mapview layer |
string_filename |
string to name the output files |
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.