Trimline | R Documentation |
The back shore trim line is optionally included to restrict the on-shore extent of the cross-shore profiles. The trim line runs parallel to the coastline but is drawn further upslope on the land away from the water. A back shore trim line may be required in cases where cross-shore profiles are generated along the coastline of a narrow peninsula or in instances where there is a back shore lagoon. A back shore trimline should be provided as a simple features line object.
data(Trimline)
A simple feature LINESTRING of class sf and data.frame.
require(sf)
data(Trimline)
# Plot the trimline
plot(sf::st_geometry(Trimline))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.