names.geodata | R Documentation |
Produces a list with the names of the main elements of
geodata
object: coords, data, units.m, covariate and
realisation.
Can be useful to list names before using {subset.geodata}
.
## S3 method for class 'geodata'
names(x)
x |
an object of the class |
A list with
coords |
names of the coordinates in the geodata object. |
data |
name(s) of the data elements in the geodata object. |
units.m |
returns the string |
covariates |
return the covariate(s) name(s) if present
in the |
realisations |
returns the string |
other |
other elements in the |
names
, subset.geodata
, as.geodata
.
names(ca20)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.