fb: Florida Bay shapefile with subregions

fbR Documentation

Florida Bay shapefile with subregions

Description

A SpatialPolygonsDataFrame. proj4string: [+proj=utm +zone=17 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs

Format

a SpatialPolygonsDataFrame

Examples

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)

troyhill/EvergladesEBM documentation built on Nov. 19, 2023, 8:39 a.m.