R/is_trees_posterior.R

#' Determines if the input is a BEAST2 posterior,
#' as parsed by parse_beast_trees
#' @param x the input
#' @return TRUE or FALSE
#' @author Richel J.C. Bilderbeek
#' @export
is_trees_posterior <- function(x) {
  tracerer::is_trees_posterior(x)
}
beast-dev/RBeast documentation built on May 12, 2019, 10:02 a.m.