- area
Cell area in km^2 (passed to hex_grid)
- center
Globe center: either a preset name (e.g., "europe") or
numeric vector c(lon, lat). See globe_centers for presets.
- clip_to_land
If TRUE, clip hexagons to land boundaries
- land_data
Optional sf object for land boundaries. If NULL and
clip_to_land is TRUE, uses rnaturalearth::ne_countries()
- exclude_antarctica
If TRUE, exclude Antarctica from land clipping
- fill
Fill color for hexagons (default "#D4B896")
- border
Border color for hexagons (default "grey30")
- border_width
Border width for hexagons (default 0.2)
- ocean_fill
Fill color for ocean/globe background (default "white")
- ocean_border
Border color for globe circle (default "grey50")
- show_land
If TRUE, show land boundaries (default TRUE when clipping)
- land_fill
Fill color for land (default NA, transparent)
- land_border
Border color for land boundaries (default "grey40")
- land_width
Border width for land boundaries (default 0.3)
- use_ggplot
NULL = auto-detect, TRUE = force ggplot2, FALSE = force base
- return_data
If TRUE, return sf objects instead of plotting
- aperture
Grid aperture (default 3L)