Description Usage Arguments Value Examples
ukp_geo_chull
computes the convex hull of some lon/lat points, returning
a dataframe of the polygon position.
1 | ukp_geo_chull(data, long, lat)
|
data |
a dataframe |
long |
longitude, a character naming the long name |
lat |
latitude, a character naming the lat name |
a dataframe with the positions for the polygon.
1 2 3 | ukp_geo_chull(york,
"long",
"lat")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.