obs_dimvars {SeaVal} | R Documentation |
Auxiliary function returning observation dimvars.
Description
Observation dimvars are column names in a data table that resemble coordinates for which only one observation may exist.
Usage
obs_dimvars(dt = NULL)
Arguments
dt |
optional. You can provide a data table, then the function returns the names of coordinate columns in this data table. |
Value
Character vector with column names.
Examples
obs_dimvars
[Package SeaVal version 1.2.0 Index]