Recur-to {reda} | R Documentation |
Recurrent Episodes
Description
Specify time segements or recurrent episodes by endpoints.
Usage
time1 %to% time2
time1 %2% time2
Arguments
time1 |
The left end-points of the recurrent episodes. |
time2 |
The right end-points of the recurrent episodes. |
Details
This function is intended to be used for specifying the argument time
in function Recur
.
Value
A list that consists of two elements named
"time1"
and "time2"
.
[Package reda version 0.5.4 Index]