fb | R Documentation |
A SpatialPolygonsDataFrame. proj4string: [+proj=utm +zone=17 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs
a SpatialPolygonsDataFrame
summary(fb)
## Not run:
### code used to generate object
fb <- rgdal::readOGR("C:/ESRIDATA/Florida_Bay/subregions", "SFL_NNC")
fb <- fb[grepl(x = fb$SEGMENT_NA, pattern = "Florida Bay|Manatee Bay"), ]
fb <- sp::spTransform(fb, sp::proj4string(fireHydro::edenDEM))
# save("fb", file = paste0(here::here(), "/data/fb.RData"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.