read_history: Read history.txt file produced by RevBayes

View source: R/read.R

read_historyR Documentation

Read history.txt file produced by RevBayes

Description

Read history.txt file containing the posterior samples of interaction histories

Usage

read_history(path_to_hist, burnin = 0.1)

Arguments

path_to_hist

String path to the .txt file exported from RevBayes

burnin

Fraction of iterations to be removed as burnin. Default to 10%.

Value

A data.frame

Examples

# read history file
## Not run: history <- read_history("/path/history.txt", burnin = 0.2)

maribraga/evolnets documentation built on Feb. 3, 2025, 6:46 p.m.