get.probability {datplot}R Documentation

Calculate the probability for each year and each dated object

Description

Calculates the probability of each object being dated into each year / timeslot from two vectors of minimum and maximum dating. Returns a vector of probabilities.

Usage

get.probability(DAT_min, DAT_max)

Arguments

DAT_min

a numeric vector containing the minimum date of each object

DAT_max

a numeric vector containing the maximum date of each object

Value

a vector of probabilities for each object being dated to any single year within the timespan (lesser value means object is dated to larger timespans, i.e. with less confidence).

See Also

[datsteps()], [get.weights()]


[Package datplot version 1.1.1 Index]