Learn R Programming

geometr (version 0.2.5)

getName: Get the name(s) of a spatial object.

Description

Get the name(s) of a spatial object.

Usage

# S4 method for ANY
getName(x)

# S4 method for geom getName(x)

# S4 method for sf getName(x)

# S4 method for Raster getName(x)

Arguments

x

the object from which to get the name.

Value

A vector of the requested names.

See Also

Other getters: getCRS(), getExtent(), getFeatures(), getGroups(), getHistory(), getLayer(), getPoints(), getRes(), getType(), getWindow()