View source: R/mapview_calpost_grd_contour.R
mapview_calpost_grd_contour | R Documentation |
Create a mapview contourline object from CALPOST grid file
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 )
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 |
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.