| grid_info | R Documentation |
Extract the grid specification from a HexData object.
grid_info(x)
x |
A HexData object |
A HexGridInfo object
df <- data.frame(lon = c(0, 10, 20), lat = c(45, 50, 55))
result <- hexify(df, lon = "lon", lat = "lat", area_km2 = 1000)
grid_spec <- grid_info(result)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.