View source: R/spatial_grids.R
grid_info | R Documentation |
This function prints out spatial grid information from a data table. If the grid-attribute does not exist
set_spatial_grid
is called first.
grid_info(dt)
dt |
A data table |
This function does not return a value; instead, it prints a message to the console with the grid information.
dt = data.table(lon = runif(10), lat = runif(10))
grid_info(dt)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.