bnpMod | R Documentation |
Biscayne Bay box model boundaries, simplified using Ramer-Douglas-Peucker algorithm.
bnpMod
A shapefile of model boundaries in Biscayne Bay, Florida. Coordinate reference system is "+proj=longlat +datum=WGS84 +no_defs +ellps=WGS84 +towgs84=0,0,0"
area of basin in hectares
basin code
name of basin
## Not run:
plot(bnpMod)
# bnpMod <- system.file("inst/extdata/bnpMod.shp", package="SFNRC")
# bnp <- vect(bnp)
# tst <- bnp
# bnp <- wrap(tst)
# save(bnp, file = 'data/bnp.RData')
# tools::resaveRdaFiles(list.files("data/", full.names= TRUE),compress="xz")
# tools::checkRdaFiles("data/")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.