all_preserved: Indestructible fossils

View source: R/all_preserved.R

all_preservedR Documentation

Indestructible fossils

Description

Models perfect taphonomic conditions. Mainly used as default input to last_occ and range_offset or passed as pres_potential argument to apply_taphonomy.

Usage

all_preserved(x)

Arguments

x

taphonomic conditions at which the preservation probability is evaluated

Value

A vector of the same length as x with all entries replaced by 1.

See Also

last_occ(), range_offset(), perfect_preservation(), and apply_taphonomy()

Examples

x = p3(rate = 10, 0, 1) # model fossils
y = apply_taphonomy(x, pres_potential = all_preserved, ctc = perfect_preservation)
all(x == y) # true, all fossils are preserved


StratPal documentation built on Dec. 6, 2025, 5:08 p.m.