cumsum.bounded | R Documentation |
cumsum.bounded
## S3 method for class 'bounded' cumsum(x, lower = 0, upper = 500)
x |
vector of values to cumsum |
lower |
lower bound |
upper |
upper bound |
cumsum function but with bounds. Used to create a bounded random walk.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.