pckg_country_outlines_ggplot: pckg_country_outlines_ggplot

Description Usage Format Details

Description

A data frame containing the data from ggplot2::map_data('world'), outlines of every country for use in provided convenience functions.

Usage

1

Format

A data frame with 99338 observations on the following 6 variables.

long

a numeric vector

lat

a numeric vector

group

a numeric vector

order

a numeric vector

region

a character vector

subregion

a character vector

Details

Including a call to map_data, however, threw test errors for github actions in the PR. Instead, we ran the following offline to save this data: pckg_country_outlines_ggplot <- ggplot2::map_data('world') usethis::use_data(pckg_country_outlines_ggplot, overwrite = TRUE, compress = 'xz') This results in pckg_country_outlines_ggplot being available in the package.


JGCRI/fieldgenr documentation built on July 22, 2020, 3:17 a.m.