Summarize the shift detection results using a uniform bin step

summarizeEventProbability(
  exc.out,
  bin.vec = NA,
  bin.step = 10,
  max.time = NA,
  min.time = NA,
  shift.type = "either",
  time.dir = "retrograde"
)

Arguments

exc.out

shiftCore (tbl_df) class result of propagateUncertainty()

bin.vec

Vector by which to bin the data

bin.step

Number of years to group shifts by

max.time

Maximum age of bin.vec to summarize

min.time

Minimum age of bin.vec to summarize

shift.type

Type of excursion to look for. "positive", "negative", "either" or "both" (default = "either")

time.dir

what way does time go, "retrograde" (default) (backwards, e.g. yr BP units) or "prograde" (forward e.g AD units)

Value

a tibble of event probability for each bin step