grid_info {SeaVal} | R Documentation |
Retrieve spatial grid information from a data table
Description
This function prints out spatial grid information from a data table. If the grid-attribute does not exist
set_spatial_grid
is called first.
Usage
grid_info(dt)
Arguments
dt |
A data table |
Value
This function does not return a value; instead, it prints a message to the console with the grid information.
Examples
dt = data.table(lon = runif(10), lat = runif(10))
grid_info(dt)
[Package SeaVal version 1.2.0 Index]