Skip to contents

Radiocarbon Event Count Ensemble

Usage

rece(object, ...)

# S4 method for EventsMCMC
rece(object, resolution = 1, n = 100)

# S4 method for RECE
autoplot(object, ...)

# S4 method for RECE,missing
plot(x, y, ...)

Arguments

object

An EventsMCMC object.

...

Currently not used.

resolution

A length-one numeric vector specifying the temporal resolution. It should be a power of ten, eg. \(1\) (the default; annual resolution) or \(10\) (decennial resolution).

n

An integer specifying the number of item to choose randomly.

x, y

An RECE object.

Value

  • rece() returns an RECE object.

  • autoplot() and multiplot return a ggplot object.

  • plot() is called it for its side-effects: it results in a graphic being displayed (invisibly returns x).

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

as_rece()

Other event tools: activity(), occurrence(), roc(), tempo()

Author

N. Frerebeau