mapview_calpost_grd: mapview_calpost_grd

View source: R/mapview_calpost_grd.R

mapview_calpost_grdR Documentation

mapview_calpost_grd

Description

Create a mapview object from CALPOST grid file and export as html and png files

Usage

mapview_calpost_grd(
  file_grd,
  epsg = 32632,
  at = NULL,
  export = FALSE,
  name_of_map_layer = "mapview_layer_name",
  string_filename = "export_filename",
  trans_factor = 1
)

Arguments

file_grd

string path to the CALPOST grid file

epsg

number epsg to set crs in the raster object

at

numeric vector defining breakpoints for the visualization, default value is NULL by using continuous 'pretty' breakpoints, see lattice::levelplot function for details

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

trans_factor

number, transformation factor to be applied to calculated values, leave it as default = 1

Value

mapview object exported as html and png files


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