View source: R/CombinedReport.R
BoundingByStrata | R Documentation |
BoundingByStrata calculates a bounding box for each stratum in a .shp file in a format leaflet can use to display in markdown efficiently
BoundingByStrata(strata.path)
strata.path |
The path to the stratification .shp file. |
BoundingByStrata will calculate separate bounding boxes for each stratum in a .shp file. It is primarily used to display each stratum specifically in leaflet used within Rmarkdown.
List of distinct strata and their bounding boxes.
Charles Frost, charles_frost@fws.gov
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.