metis.map: metis.map

Description Usage Arguments Value

View source: R/metis.map.R

Description

This function produce different kinds of maps for the metis package. Each figure is accompanied with a csv table.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
metis.map(dataPolygon = NULL, dataGrid = NULL, dataRaster = NULL,
  shpFolder = NULL, shpFile = NULL, fillPalette = "Spectral",
  borderColor = "gray20", lwd = 1, lty = 1, bgColor = "white",
  frameShow = F, fillColumn = NULL, labels = F, labelsSize = 1.2,
  labelsColor = "black", labelsAutoPlace = F, figWidth = 9,
  figHeight = 7, legendWidth = -1, legendShow = F,
  legendOutside = T, legendTextSize = 1, legendTitleSize = 2,
  legendOutsidePosition = NULL, legendPosition = NULL,
  legendDigits = NULL, legendTitle = "Legend",
  legendStyle = "pretty", legendFixedBreaks = 5, legendBreaks = NULL,
  pdfpng = "png", underLayer = NULL, overLayer = NULL,
  printFig = T, fileName = "map", dirOutputs = paste(getwd(),
  "/outputs", sep = ""), facetFreeScale = F, facetRows = NA,
  facetCols = 3, facetBGColor = "grey30", facetLabelColor = "white",
  facetLabelSize = 1.5, alpha = 1, fillcolorNA = NULL,
  facetsON = T, panelLabel = NULL)

Arguments

dataPolygon

Default = NULL,

dataGrid

Default = NULL,

dataRaster

Default = NULL,

shpFolder

Default = paste(getwd(),"/dataFiles/gis/admin_gadm36_1",sep Default = ""),

shpFile

Default = paste("gadm36_1",sep Default = ""),

fillPalette

Default = "Spectral",

borderColor

Default = "gray20",

lwd

Default = 1,

lty

Default = 1,

bgColor

Default = "white",

frameShow

Default = F,

fillColumn

Default = NULL, # Or give column data with

labels

Default = F,

labelsSize

Default = 1.2,

labelsColor

Default = "black",

labelsAutoPlace

Default = F,

figWidth

Default = 9,

figHeight

Default = 7,

legendWidth

Default = -1,

legendShow

Default = F,

legendOutside

Default = T,

legendTextSize

Default = 0.8,

legendTitleSize

Default = 1,

legendOutsidePosition

Default = NULL, # "right","left","top","bottom", "center"

legendPosition

Default = NULL, # c("RIGHT','top') - RIGHT LEFT TOP BOTTOM

legendDigits

Default = NULL,

legendTitle

Default = "Legend",

legendStyle

Default = "pretty",

legendFixedBreaks

Default = "5",

legendBreaks

Default = NULL,

pdfpng

Default = "png",

underLayer

Default = NULL,

overLayer

Default = NULL,

printFig

Default = T,

fileName

Default = "map",

dirOutputs

Default = paste(getwd(),"/outputs",sep Default = ""),

facetFreeScale

Default = F,

facetRows

Default = NA,

facetCols

Default = 3,

facetBGColor

Default = "grey75",

facetLabelColor

Default = "black",

facetLabelSize

Default = 1.5,

alpha

Default = 1

fillcolorNA

Default =NULL

facetsON

Default =F,

panelLabel

Default = NULL,

Value

Returns the formatted data used to produce chart


zarrarkhan/srn documentation built on May 21, 2019, 4:07 a.m.