Description Usage Arguments Value
View source: R/mapTrajectories.R
Creates a map showing the spatial distribution of the trajectories.
1 2 3 4 5 6 7 8 9 10 | mapTrajectories(
rasList,
pixelRes = c(1000, 1000),
mapTitle = "MAP OF CHANGE",
labx = "X(m)",
laby = "Y(m)",
axisFont = 1.5,
titleFont = 1.3,
legendFont = 1
)
|
rasList |
A data frame containing the X,Y, and trajectories. |
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" |
labx |
A string of characters describing the x-axis. The defaut is "X(m)" |
laby |
A string of characters describing the y-axis. The defaut is "Y(m)" |
axisFont |
A numeric value to control the font size for the x and y-axis labels. The defaut is 1.5. |
titleFont |
A numeric value to control the font size for the map title. The defaut is 1.6. |
legendFont |
A numeric value to control the font size for the map legend. The default is 1. |
A map of change
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.