BeachAttributes | R Documentation |
Sample beach attribute polygons for package examples. The beach attribute polygons highlight the foreshore area around each geomorphically distinct beach section. It is up to the user to define what constitutes a unique beach section. Each beach section should be characterized with field attributes columns for the foreshore slope (slope) as rise over run, the berm width (W), berm height (B) and dune height (D) in meters, the sediment grain size in millimeters (sediment) and the beach value per meter squared in dollars (V). Note that this dataset has been reduced and simplified from the original version and should only be used for demonstration purposes.
data(BeachAttributes)
A simple feature collection of eelgrass polygons.
the foreshore slope (slope) as rise over run.
Numeric, the berm width in meters (W).
Numeric, berm height in meters (B).
Numeric, dune height (D) in meters.
Numeric, the sediment grain size in millimeters (sediment).
Numeric, the beach value per meter squared in dollars (V).
A simple features polygon layer of class "sf"
; and
"data.frame"
;.
require(sf)
data(BeachAttributes)
head(BeachAttributes)
# Dune Height
plot(BeachAttributes["D"], main="Dune Height in meters")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.