links-LatticeMap-method: Get the LatticeMap links

links,LatticeMap-methodR Documentation

Get the LatticeMap links

Description

Get the LatticeMap links

Usage

## S4 method for signature 'LatticeMap'
links(map)

Arguments

map

A LatticeMap

Value

A matrix with the linked refs

Examples

mifFile <- system.file(
    "extdata", "testdata", "gallery",
    "gallery_lines.mif",
    package = "alcyon"
  )
  sfMap <- st_read(mifFile,
    geometry_column = 1L, quiet = TRUE
  )
  latticeMap <- makeVGALatticeMap(
    sfMap,
    gridSize = 0.04,
    fillX = 3.01,
    fillY = 6.7,
    maxVisibility = NA,
    boundaryGraph = FALSE,
    verbose = FALSE
  )
linkRefs(latticeMap, 1835056L, 7208971L)
links(latticeMap)

alcyon documentation built on Aug. 30, 2026, 1:07 a.m.