Define the Time Blocks of a Given Time Range
blockCuts.Rd
Define the cuts (dates) for the time blocks in a given time range.
Arguments
- timeRange
A time range. Can either be a character string to be passed to the
str
argument of thetimeRange
function, or aDate
object returned by this function.- blockDuration
The duration of the blocks. Should be an integer number of years as in
"2 years"
.