getShiftTime: Calculate time points of shifted isotopic values

Description Usage Arguments Value

View source: R/shift.R

Description

The function calculates points in time where large changes happen in the isotopic values. It uses the posterior distributions to estimate the probability of changes to be (absolutely or relatively) large.

Usage

1
2
getShiftTime(object, absolute = TRUE, threshold = NULL,
  probability = 0.5)

Arguments

object

model of class TemporalIso

absolute

boolean. If the calculation shall be based on absolute or relative differences. Defaults to TRUE.

threshold

numeric. The threshold for a shift to be considered "large". Defaults to 1.5 for absolute isotopic values and 15 percent for relative changes.

probability

the probability for the differences to be larger than the threshold. Defaults to 50 percent.

Value

a data.frame containing the interval starts (intStart) and ends (intEnd) of changes.


OsteoBioR documentation built on May 1, 2019, 10:18 p.m.