maxChord | R Documentation |
Find the longest chord within a polygon
maxChord(x)
x |
st_POLYGON object |
st_LINESTRING
crd <- matrix(c(0, 0, 0.5, 1, 1, 0, 0, 1, 1.5, 1, 0, 0), ncol = 2)
poly <- st_polygon(list(crd))
maxChord(poly)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.