R/print.maxCol.R

Defines functions print.maxCol

#' @export
print.maxCol <- function(x, ...) {
    cat("Asymptote estimators of colonization events:",
        sep = "\n")
    print(x$Summary)
    cat("",
        sep = "\n")
    cat(paste("Minimum and maximum determined by a confidence interval of ",
              x$ConfintLevel * 100,
              "%",
              sep = ""),
        sep = "\n")
}

Try the PAICE package in your browser

Any scripts or data that you put into this service are public.

PAICE documentation built on Sept. 11, 2024, 7:56 p.m.