Vegetation | R Documentation |
Vegetation polygons for submerged vegetation. Note that these vegetation polygons were prepared for demonstration purposes only and do not reflect actual eelgrass distributions.
data(Vegetation)
A simple feature collection of eelgrass polygons.
Blade height in meters
Shoot density as number of shoots per meter squared.
Blade width in meters.
Either 'Eelgrass', 'Kelp' or 'Marsh'.
Drag coefficent as per Guannel et al 2015.
Guannel et al (2015). Integrated modeling framework to quantify the coastal protection services supplied by vegetation. Journal of Geophysical Research: Oceans, 120(1), 324-345. (Article DOI)
require(sf)
data(Vegetation)
head(Vegetation)
# Plot the eelgrass patch height
plot(Vegetation["hc"])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.