mapTrajectories: Creates a map showing the spatial distribution of the...

Description Usage Arguments Value Examples

View source: R/mapTrajectories.R

Description

Creates a map showing the spatial distribution of the components

Usage

1
2
3
4
5
6
7
mapTrajectories(
  rasList,
  pixelRes = c(1000, 1000),
  mapTitle = "MAP of CHANGE",
  titleFont = 1.3,
  legendFont = 1
)

Arguments

rasList

A data frame containing the X,Y, and components

pixelRes

A vector containg the pixel size of the original raster files The defualt is 1000X1000 meters

mapTitle

A string of characters describing the map title. The default is "MAP OF CHANGE"

titleFont

A numeric value to control the font size for the map title

legendFont

A numeric value to control the font size for the map legend

Value

A map of change

Examples

1
mapTrajectories(data,rasList,pixelRes = c(1000, 1000),mapTitle = "MAP of CHANGE",titleFont = 1.3, legendFont = 1)

bilintoh/timeComponents documentation built on Dec. 19, 2021, 9:42 a.m.