Models perfect taphonomic conditions. Mainly used as default input to last_occ
and range_offset
or passed as ctc
argument to 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
#> [1] TRUE