View source: R/plot_ClaDS0_chains.R
plot_ClaDS0_chains | R Documentation |
Plot the MCMC chains obtained with run_ClaDS0.
plot_ClaDS0_chains(sampler, burn = 1/2, thin = 1,
param = c("sigma", "alpha", "l_0", "LP"))
sampler |
The output of a run_ClaDS0 run. |
burn |
Number of iterations to drop in the beginning of the chains. |
thin |
Thinning parameter, one iteration out of "thin" is plotted. |
param |
Either a vector of "character" elements with the name of the parameter to plot, or a vector of integers indicating what parameters to plot. |
Plot representing parameter MCMC chains
O. Maliet
Maliet O., Hartig F. and Morlon H. 2019, A model with many small shifts for estimating species-specific diversificaton rates, Nature Ecology and Evolution, doi 10.1038/s41559-019-0908-0
fit_ClaDS0
, getMAPS_ClaDS0
, plot_ClaDS_chains
data("ClaDS0_example")
plot_ClaDS0_chains(ClaDS0_example$Cl0_chains)
plot_ClaDS0_chains(ClaDS0_example$Cl0_chains, param = paste0("lambda_", c(1,10,5)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.