makedata_meteo: Make a tmap object that can be rendered in shiny

View source: R/data_meteo.R

makedata_meteoR Documentation

Make a tmap object that can be rendered in shiny

Description

This function render a tmap using a shapefile (campania) as background and a table with coordinates for the points.

Usage

makedata_meteo(ncfile, dati_aziende)

Arguments

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()

Examples

## Not run: 

output$map1 = make_tmap(
 data = data = dtdrupfilt(), dotlegend = showcolumnmap2()
 )

## End(Not run)




ShinyFabio/OliveHealthR documentation built on May 17, 2023, 1:39 a.m.