knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

plasticmaps

library(plasticmaps)
ggpubr::ggarrange(create_norcal_map(), 
                  create_socal_map(),
                  labels = c("A", "B"), 
                  widths = c(0.9, 1.1),
                  common.legend = TRUE,
                  ncol = 2, nrow = 1)


FlukeAndFeather/plasticmaps documentation built on Jan. 28, 2021, 12:01 a.m.