Description Usage Arguments Value Examples
View source: R/mapTrajectories.R
Creates a map showing the spatial distribution of the components
1 2 3 4 5 6 7 | mapTrajectories(
rasList,
pixelRes = c(1000, 1000),
mapTitle = "MAP of CHANGE",
titleFont = 1.3,
legendFont = 1
)
|
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 |
A map of change
1 | mapTrajectories(data,rasList,pixelRes = c(1000, 1000),mapTitle = "MAP of CHANGE",titleFont = 1.3, legendFont = 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.