View source: R/print.CRABSsets.R
print.CRABSsets | R Documentation |
print.CRABSsets
## S3 method for class 'CRABSsets'
print(x, ...)
x |
a list of (congruent) CRABS sets |
... |
additional parameters |
nothing
data(primates_ebd_log)
posterior <- read.RevBayes(primates_ebd_log, max_t = 65, n_samples = 10)
samples <- sample.congruence.class.posterior(posterior,
num.samples = 5,
rate.type = "extinction",
rate0.median = 0.1,
model = "MRF",
max.rate = 1.0)
print(samples)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.