Skip to contents

This copies the HHS region membership, names, colors, and published display offsets used by the explodemap paper workflow into a lightweight fixture that does not depend on the explodemap package or its generated paper outputs. See the explodemap vignette "Reproducing the paper examples", section 6: https://stat.ethz.ch/CRAN/web/packages/explodemap/vignettes/reproducing-paper-examples.html.

Usage

example_hhs_layout()

Value

A list with states, labels, region_offsets, label_offsets, region_names, and region_colors.

Examples

hhs <- example_hhs_layout()
names(hhs)
#> [1] "states"         "labels"         "region_offsets" "label_offsets" 
#> [5] "region_names"   "region_colors"