plotMapShape: Create a map with the climate data from the shapefile area.

Description Usage Arguments Value Examples

View source: R/visualization.R

Description

plotMapShape create a map with the climate data from the shapefile area.

Usage

1
2
3
4
5
6
7
8
9
plotMapShape(
  modelID,
  modelVar,
  year,
  folderPath,
  fileName,
  subName = NULL,
  subNameValue = NULL
)

Arguments

modelID

numeric (model ID).

modelVar

string (model variable short name).

year

numeric (year).

folderPath

xxx

fileName

xxx

subName

xx

subNameValue

xxx

Value

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

Examples

1
2
3
4
5
6
## Not run: 
  plotMapShape('2', 'PREC', 2006, "C:/path/to/your/folder", "FileNameWithoutExtension")
  plotMapShape('1', 'PREC', 2006, "C:/Users/Lemon/Desktop/Shapefile", "teste", "sigla", "RS")
  plotMapShape('1', 'PREC', 2006, "C:/Users/Lemon/Desktop/Shapefile", "teste", "regiao_id", "3")

## End(Not run)

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