R/printData.R

Defines functions printData

Documented in printData

#' Print the data bound to an Bayes Fst Object
#'
#' @param b an object of class \code{Rcpp_BayesFst}
#'
#' @export
printData = function(b){
  b$printData()
}
jmcurran/rbayesfst documentation built on June 4, 2022, 9:57 a.m.