name,ShapeMap-method {alcyon} | R Documentation |
Get the ShapeMap name
Description
Get the ShapeMap name
Usage
## S4 method for signature 'ShapeMap'
name(map)
Arguments
map |
A ShapeMap |
Value
The name of the ShapeMap as a string
Examples
mifFile <- system.file(
"extdata", "testdata", "simple",
"simple_interior.mif",
package = "alcyon"
)
sfMap <- st_read(mifFile,
geometry_column = 1L, quiet = TRUE
)
shapeMap <- as(sfMap[, vector()], "ShapeMap")
name(shapeMap)
[Package alcyon version 0.4.0 Index]