View source: R/dggrid_compat.R
| as_dggrid | R Documentation |
Creates a 'dggridR'-compatible grid specification from a hexify_grid object. The resulting object can be used with 'dggridR' functions that accept a dggs object.
as_dggrid(grid)
grid |
A hexify_grid object from hexify_grid() |
A list with 'dggridR'-compatible fields:
pole_lon_deg |
Longitude of grid pole (default 11.25) |
pole_lat_deg |
Latitude of grid pole (default 58.28252559) |
azimuth_deg |
Grid azimuth rotation (default 0) |
aperture |
Grid aperture (3, 4, or 7) |
res |
Resolution level |
topology |
Grid topology ("HEXAGON") |
projection |
Map projection ('ISEA') |
precision |
Output decimal precision (default 7) |
Other 'dggridR' compatibility:
dggrid_43h_sequence(),
dggrid_is_compatible(),
from_dggrid()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.