An S4 class representing a hexagonal grid specification. Stores all parameters needed for grid operations.
apertureCharacter. Grid aperture: "3", "4", "7", or "4/3" for mixed.
resolutionInteger. Grid resolution level (0-30 for ISEA, 0-15 for H3).
area_km2Numeric. Cell area in square kilometers.
diagonal_kmNumeric. Cell diagonal (long diagonal) in kilometers.
crsInteger. Coordinate reference system (default 4326 = 'WGS84').
grid_typeCharacter. Grid system: "isea" (default) or "h3".
Create HexGridInfo objects using the hex_grid constructor function.
Do not use new("HexGridInfo", ...) directly.
The aperture can be "3", "4", "7" for standard grids, or "4/3" for mixed aperture grids that start with aperture 4 and switch to aperture 3.
For H3 grids, the aperture is fixed at "7" and resolution ranges from 0 to 15.
hex_grid for the constructor function,
HexData-class for hexified data objects