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