examples/ggsave_ext.R

\dontrun{
  ggplot2::ggplot() +
    layer_location_data(
      data = system.file("shape/nc.shp", package = "sf")
    )

  ggsave_ext(
    name = "counties",
    label = "North Carolina",
    device = "pdf",
    paper = "letter"
    )
}
elipousson/overedge documentation built on Aug. 13, 2022, 7:41 p.m.