Description Usage Arguments Value Examples
1 2 3 4 5 |
1 |
x |
xts object |
e |
T(default). Detect the observation that holds the value of T(TRUE). This can be any value that can be testing on the right hand side of the equals (==) sign. A special option to be an event is NA. |
n |
F(default). Do not "!" not-the-event. T is useful against NA to detect !is.na(NA). The special case of NA internally is handled !is.na(NA). |
r |
F(default). Do not generate run range identifiers, instead return(T) the preferred time-distance from the event. |
... |
dots passed |
xts object
1 2 3 4 5 | ## Not run:
# TBE(Time Near Events or Event Run Identification) examples
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.