crest.simplify: Simplify a crestObj into a dataframe.

View source: R/utils.R

crest.simplifyR Documentation

Simplify a crestObj into a dataframe.

Description

Simplify a crestObj with reconstructed values into a dataframe.

Usage

crest.simplify(x, optima = TRUE)

Arguments

x

A crestObj produced by the crest, crest.reconstruct or loo functions.

optima

A boolean to indicate whether to plot the optimum (TRUE) or the mean (FALSE) estimates.

Value

A dataframe with the age/depth of each sample and all the best reconstructed values.

Examples

head(crest.simplify(reconstr))


mchevalier2/crestr documentation built on Feb. 14, 2025, 6:31 p.m.