getClimateDataPontos: Access the climate change data from the rectangular area...

Description Usage Arguments Value Examples

View source: R/climate.R

Description

getClimateDataPontos access the climate change data from the rectangular area between 2 points.

Usage

1
getClimateDataPontos(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

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

Examples

1
2
3
4
## Not run: 
getClimateDataPontos('2', 'PREC','-27.26', '-57.10', '-33.67', '-48.85', year = 2006)

## End(Not run)

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