R/RcppExports.R

Defines functions .final_size

Documented in .final_size

# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

#' @title Calculate the final size of an epidemic
#' @description An internal function that interfaces between the R function
#' `final_size()` and functions in the package header.
#' @param parameters A named list of parameters for the final size calculation.
#' See the R function documentation for details and input checking.
#'
.final_size <- function(parameters) {
    .Call('_finalsize_final_size', PACKAGE = 'finalsize', parameters)
}
epiverse-trace/finalsize documentation built on Feb. 14, 2025, 3:27 a.m.