Skip to contents

Generate the contact-basis object used by diseasy from contactdata contact matrices and country-level demography.

Usage

generate_contact_basis(regions = NULL)

Arguments

regions

(character())
The geographic regions of interest. If NULL, all regions are returned.

Value

A named list of contact-basis objects, using the current package data structure.

Examples

if (FALSE) { # \dontrun{
contact_basis <- generate_contact_basis()
} # }