mapview_terr_grd: Mapview CALPUFF terrain

View source: R/mapview_calpuff_setup_qafiles.R

mapview_terr_grdR Documentation

Mapview CALPUFF terrain

Description

Create a mapview object from CALPUFF setup grid file 'qaterr.grd' and eventually export it as html and png files

Usage

mapview_terr_grd(
  qaterr.grd,
  epsg = 32632,
  export = FALSE,
  name_of_map_layer = "layer_name_grid_terr",
  string_filename = " file_name_grid_terr"
)

Arguments

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

Value

mapview object exported as html and png files


maxbre/rcalpuff documentation built on June 19, 2022, 9:41 a.m.