Learn R Programming

alcyon (version 0.7.0)

name,PointMap-method: Get the PointMap name

Description

Get the PointMap name

Usage

# S4 method for PointMap
name(map)

Value

The name of the PointMap as a string

Arguments

map

A PointMap

Examples

Run this code
mifFile <- system.file(
    "extdata", "testdata", "gallery",
    "gallery_lines.mif",
    package = "alcyon"
  )
  sfMap <- st_read(mifFile,
    geometry_column = 1L, quiet = TRUE
  )
  pointMap <- makeVGAPointMap(
    sfMap,
    gridSize = 0.04,
    fillX = 3.01,
    fillY = 6.7,
    maxVisibility = NA,
    boundaryGraph = FALSE,
    verbose = FALSE
  )
name(pointMap)

Run the code above in your browser using DataLab