cumulate {imageData} | R Documentation |
Uses cumsum
to calculate the cumulative sum, ignoring the first element
if exclude.1st is TRUE
.
cumulate(x, exclude.1st = FALSE)
x |
A |
exclude.1st |
A |
A vector
containing the cumulative sum.
Chris Brien
data(exampleData)
Area.cum <- cumulate(longi.dat$Area)