Description Usage Arguments Value Author(s)
Take a row from a data.frame and using xmin.xmax,ymin,ymax coordinents make a list of polygons
1 2 | polygon_list_from_rows(dat, xmin = "image_xmin", xmax = "image_xmax",
ymin = "image_ymin", ymax = "image_ymax")
|
dat |
data.frame with column names specified in x* and y* below |
xmin |
quoted column name |
xmax |
quoted column name |
ymin |
quoted column name |
ymax |
quoted column name |
a list with each entry a sf Polygon object
Abram Fleishman abram@conservationmetics.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.