diff.quantities | R Documentation |
S3 method for quantities
objects (see diff
).
## S3 method for class 'quantities'
diff(x, lag = 1L, differences = 1L, ...)
x |
a numeric vector or matrix containing the values to be differenced. |
lag |
an integer indicating which lag to use. |
differences |
an integer indicating the order of the difference. |
... |
further arguments to be passed to or from methods. |
diff(set_quantities(1:10, m/s, 0.1), 2)
diff(set_quantities(1:10, m/s, 0.1), 2, 2)
x <- cumsum(cumsum(set_quantities(1:10, m/s, 0.1)))
diff(x, lag = 2)
diff(x, differences = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.