domain_time {daqapo} | R Documentation |
Define allowable time range
Description
Define allowable time range
Usage
domain_time(from, to, format = ymd_hms)
Arguments
from |
Start time interval |
to |
End time interval |
format |
Format of to and from (either ymd_hms, dmy_hms, ymd_hm, ymd, dmy, dmy, ...). Both from and to should have the same format. |
Value
No return value, called for side effects
See Also
[Package daqapo version 0.3.2 Index]