Calculate estimated stay times for locations given isotopic values
getSiteStayTimes.Rd
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.
Arguments
- object
model of class
TemporalIso
- siteMeans
numeric vector. Isotopic mean values of sites/locations.
- siteSigma
numeric vector. Isotopic standard deviation values of sites/locations..
- intervalLengths
numceric vector. Vector of time interval lengths. Optional (if not given equal length intervals are assumed)
boolean. If output should be printed. Defaults to TRUE.