powered by
Obtain a uniform random sample of fossil occurrences.
subsample.fossils.uniform(fossils, proportion)
an object of class "fossils" containing the subsampled fossil occurrences.
an object of class "fossils" that corresponds to fossil occurrences.
the proportion of all fossil samples to return in the subsample.
t = TreeSim::sim.bd.taxa(10, 1, 0.1, 0.05)[[1]] f = sim.fossils.poisson(0.1, t, root.edge = FALSE) subsample.fossils.uniform(f, 0.5)
Run the code above in your browser using DataLab