# 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)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.