#' demographyMicrosim
#'
#' R package for containing demographic examples of static and dynamic microsimulation/microsynthesis
#'
#' See README.md for detailed information.
#'
#' @section Functions:
#' \code{\link{diversity}}
#'
#' \code{\link{growth}}
#'
#' \code{\link{map}}
#'
#' \code{\link{microsimulate}}
#'
#' \code{\link{microsynthesise}}
#'
#' \code{\link{pyramid}}
#'
#' @section Data:
#' \code{\link{msoa}}
#'
#' \code{\link{sexAgeEth}}
#'
#' \code{\link{sexAgeYear}}
#'
#' \code{\link{TowerHamletsFertility}}
#'
#' \code{\link{TowerHamletsMortality}}
#'
#' @docType package
#' @name demographyMicrosim
NULL
#' msoa
#'
#' UK census 2011 MSOA boundary data for Tower Hamlets
#'
#' @name msoa
#' @docType data
NULL
#' sexAgeEth
#'
#' UK census 2011 population data for Tower Hamlets: count by gender by age-band by ethnicity by MSOA
#' @name sexAgeEth
#' @docType data
NULL
#' sexAgeYear
#'
#' UK census 2011 population data for Tower Hamlets: count by gender by single year of age by MSOA
#' @name sexAgeYear
#' @docType data
NULL
#' TowerHamletsFertility
#'
#' Fertility data for Tower Hamlets: age-specific fertility rates by ethnicity
#' @name TowerHamletsFertility
#' @docType data
NULL
#' TowerHamletsMortality
#'
#' Mortality data for Tower Hamlets: age-specific mortality rates by ethnicity
#' @name TowerHamletsMortality
#' @docType data
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.