mapview_calpost_grd_contour: Plot contour of CALPOST grid file in mapview

View source: R/mapview_calpost_grd_contour.R

mapview_calpost_grd_contourR Documentation

Plot contour of CALPOST grid file in mapview

Description

Create a mapview contourline object from CALPOST grid file

Usage

mapview_calpost_grd_contour(
  file_grd,
  epsg = 32632,
  levels = 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

levels

vector of the levels for the contourplot

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.