atpol_div | R Documentation |
atpol_div creates ATPOL grid divided by 2, 4 or 5 (based on divider parameter) and returns it as sf object. Useful for grids like 5 x 5 km (divider = 2), 250 x 250 m (divider = 4) or 20 x 20 m (divider = 5). For details see \insertCitevereyStandaryzacjaZapisuPodzialow2018;textualatpolR
atpol_div(grid, divider)
grid |
any valid ATPOL grid like "BE" or "DC5128" |
divider |
divide by parameter: 2, 4, 5 |
Simple Feature (sf) grid of polygons for ATPOL grid divided by 2, 4 or 5
atpol_div("BE", 2) atpol_div(grid = c("BE23", "DC5128"), divider = 4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.