powered by
read RevBayes log file
read.RevBayes(x, n_times, max_t = 100, n_samples = 20, summary_type = "none", extinction_prefix = "extinction_rate.", speciation_prefix = "speciation_rate.")
a set of CRABS models, each being a sample in the posterior
path to log, or data frame
number of time knots
tree height
first n posterior samples
either "none" for all the posterior samples, or "mean" or "median" for the posterior mean/median
the prefix string for the extinction rate column names. Must be unique
the prefix string for the speciation rate column names. Must be unique
data(primates_ebd_log) posterior <- read.RevBayes(primates_ebd_log, n_times = 500, max_t = 65, n_samples = 20)
Run the code above in your browser using DataLab