Last chance! 50% off unlimited learning
Sale ends in
blockStart(x, block = 20)
blockEnd(x, block = 20)
timeDate
."timeDate"
.blockStart
and blockEnd
create vectors
of start and end values for equally sized 'timeDate' blocks. Note,
the functions are event counters and not a time counter between
measuring time intervals between start and end dates! For equally
sized blocks in time one has before to align the time stamps in equal
time differences.## timeSequence
# 360 Days Series:
tS <- timeSequence(length.out = 360)
## blockStart | blockEnd -
Start <- blockStart(tS, 30)
End <- blockEnd(tS, 30)
Start
End
End-Start
Run the code above in your browser using DataLab