Models a constant gradient with value 1. Mainly used as default input to last_occ
and range_offset
.
Examples
x = p3(rate = 10, from = 0, to = 1) # model fossil occurrences
# apply trivial niche model
y = apply_niche(x, niche_def = trivial_niche, gc = trivial_gradient)
all(x == y) # true, no fossils were removed
#> [1] TRUE