grid_info: Retrieve spatial grid information from a data table

View source: R/spatial_grids.R

grid_infoR 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)

SeaVal documentation built on June 24, 2024, 5:15 p.m.