makedata_meteo | R Documentation |
This function render a tmap using a shapefile (campania) as background and a table with coordinates for the points.
makedata_meteo(ncfile, dati_aziende)
ncfile |
ncfile opened with ncdf4::nc_open() |
data |
A dataframe with the coordinates columns(UTM_33T_N and UTM_33T_E) and relative infos. Use data() |
## Not run:
output$map1 = make_tmap(
data = data = dtdrupfilt(), dotlegend = showcolumnmap2()
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.