Description Usage Arguments Value
Given two points on a polygon, return the shorter path between them.
1 | short_side(x, y, circle)
|
x |
is a point with elements c(x, y) |
y |
is a point with elements c(x, y) |
circle |
is a matrix of polygon coordinates |
the subset of 'circle' containing the shorter path between 'x' and 'y'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.