geom_waterline | R Documentation |
Iterate to create geom_sf layers as a function of a dataframe
geom_waterline(data, n = 5, r = 2, d0 = 50, color = "black", scale = 1, ...)
data |
sf multipolygon object for shore, used to compute waterlines. |
n |
number of waterlines. |
d0 , r |
buffer and rate of buffer growth between water lines. |
color , scale |
color and scaling of plotted lines. |
... |
used for pmap compatibility |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.