Rdocumentation
powered by
Learn R Programming
PwrGSD (version 2.3.3)
DX: A utility function for forming differences
Description
DX(x) returns c(x[1], diff(x))
Usage
DX(x)
Arguments
x
A grid of time points (increasing)
Value
DX(x) returns c(x[1], diff(x))