View source: R/mapview_calpost_grd.R
mapview_calpost_grd | R Documentation |
Create a mapview object from CALPOST grid file and export as html and png files
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 )
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 |
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.