#' Internal function
#'
#' @description
#' This is an internal function
#'
#' @export
print.summary_DNAmat <- function(res){
cat("Summary statistics:\n")
cat("Site frequency spectrum:", res$SFS, "\n")
cat("Estimators of the scaled mutation rate:\n",
"Watterson's estimator:", res$Watterson, "\n",
"Pairwise difference estimator:", res$pairwDiff, "\n")
cat("Tajima's D:", res$TajimaD, "\n")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.