Description Usage Arguments Value Examples
View source: R/stackedBarData.R
Create the data required to create the stacked bars for a time series.
1 | stackedBarData(cattrajectory, timePoints, pixelSize = c(1000, 1000))
|
cattrajectory |
A data frame containing the X,Y, and binary values for pixels in each input map. |
timePoints |
A vector containing the time points for the time series in chronological order. |
pixelSize |
A vector containing the pixel size for the raster files. The default is 1000 X 1000 meters. |
"NonetData"= Components of gains and losses "NetData" = Components of net gain s and net losses "GrossGain" = Size of gross gain "GrossLoss" = Size of gross loss
1 2 3 4 5 6 7 8 9 | time_points <- c(2000,2001,2002,2003)
## Not run:
data gets results from the catTrajectory function
## End(Not run)
## Not run:
stackedBarData(cattrajectory = data,timePoints = time_points,pixelSize = c(1000,1000)))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.