The function will slices time with a given set of boundaries and produce a time scale object if desired.
Arguments
- x
(
numeric
) Vector of continouos age/time estimates.- breaks
(
numeric
) Vector of boundaries, the breaks argument of thecut
function- offset
(
numeric
) Single value. If desired the resulting integer bin numbers can be offset by some amount.- ts
(
logical
) Should a time scale object be also produced when the function is run?- revtime
(
logical
) Should the time dimension be reversed? This argument is set toTRUE
by default, meaning that the function will reverse the order of time: smaller values ofx
will be translated to higher values (slc
) in the function output.
Details
Due to stratigraphic constraints, we can only process deep time data, when it is sliced to discrete bins. It is suggested that you do this separately for most of your analyses. This function is also used by the codedivDyn function when age
entries are provided.