read_history | R Documentation |
Read history.txt file containing the posterior samples of interaction histories
read_history(path_to_hist, burnin = 0.1)
path_to_hist |
String path to the .txt file exported from RevBayes |
burnin |
Fraction of iterations to be removed as burnin. Default to 10%. |
A data.frame
# read history file
## Not run: history <- read_history("/path/history.txt", burnin = 0.2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.