R/load_shps.R

#' Load shapefiles of interest
#'
#' @description Load Santos Basin shapefile for internal use in plot_telemetry(). Also loads shapefiles for the Latin America, Brazil and the state of Santa Catarina.
#' @noRd
#' @keywords internal

shp_list <- list(
  shp_america = rgdal::readOGR("./shps/South_America.shp"),
  shp_brasil = rgdal::readOGR("./shps/Lim_UF.shp"),
  shp_sc = rgdal::readOGR("./shps/Sc.shp"),
  shp_bs = rgdal::readOGR("./shps/FIS_Bacia_Geologica_Pre_sal_pol.shp")
)
machadoams/botomapr documentation built on Aug. 22, 2020, 9:44 p.m.