R/epidmod.R

#' epidmod: A package for simulating three stochastic epidemic models
#'
#' The epidmod package provides categories of important functions:
#' rSIR, rSEIR, rSEIQHFR and multiple S3 methods
#'
#'
#' @importFrom stats rexp runif
#' @importFrom graphics hist matplot legend par
#'
#' @docType package
#' @name epidmod
NULL
jessseliu/epidmod documentation built on Sept. 15, 2020, 8:53 p.m.