Skip to contents

Radiocarbon Event Count

Usage

c14_ensemble(object, ...)

# S4 method for class 'CalibratedAges'
c14_ensemble(
  object,
  from = NULL,
  to = NULL,
  by = 10,
  n = 100,
  calendar = BP(),
  progress = getOption("ananke.progress")
)

Arguments

object

A CalibratedAges object.

...

Currently not used.

from

length-one numeric vector specifying the earliest data to calibrate for (in cal BP years).

to

A length-one numeric vector specifying the latest data to calibrate for (in cal BP years).

by

A length-one numeric vector specifying the temporal resolution (in years) of the calibration.

n

An integer specifying the number of item to choose randomly.

calendar

A TimeScale object specifying the calendar of from and to (see calendar()). Defaults to CE().

progress

A logical scalar: should a progress bar be displayed?

Value

An RECE object.

References

Carleton, W. C. (2021). Evaluating Bayesian Radiocarbon‐dated Event Count (REC) Models for the Study of Long‐term Human and Environmental Processes. Journal of Quaternary Science, 36(1): 110‑23. doi:10.1002/jqs.3256 .

See also

Author

N. Frerebeau