plotMapPontos: Create a map with the climate change data from the...

Description Usage Arguments Value Examples

View source: R/visualization.R

Description

plotMapPontos create a map with the climate change data from the rectangular area between 2 points.

Usage

1
plotMapPontos(modelID, modelVar, lat1, lon1, lat2, lon2, year)

Arguments

modelID

numeric (model ID).

modelVar

string (model variable short name).

lat1

numeric (latitude coordenate).

lon1

numeric (longitude coordenate).

lat2

numeric (latitude coordenate).

lon2

numeric (longitude coordenate).

year

numeric (year).

Value

map (map with climate change data from the rectangular area between 2 points)

Examples

1
2
3
4
5
## Not run: 
 plotMapPontos('1', 'PREC','-27.26', '-57.10', '-33.67', '-48.85', year = 2021)
 plotMapPontos('2', 'PREC', '-35.1','-32.01','5.9','-75.05', year = 2021)

## End(Not run)

holbig/EtaModelCC documentation built on April 4, 2021, 8:03 p.m.