h3_to_geo_boundary: Get Hexagon Boundaries

Description Usage Arguments Value Examples

View source: R/core.R

Description

Get Hexagon Boundaries

Usage

1

Arguments

data

A data.frame or character vector, if the former is specified then the hex argument must be passed, specifying the bare column name containing hexagon indices.

...

Other arguments passed to methods.

Value

A named list of hexagon boundaries where the names are the hex index.

Examples

1
2
3
4
5
## Not run: 
geo_to_h3(quakes, lat, long) %>% 
  h3_to_geo_boundary(hex = hex)

## End(Not run)

JohnCoene/h3inr documentation built on Oct. 30, 2019, 7:57 p.m.