connections,AxialShapeGraph-method {alcyon} | R Documentation |
Get the Axial ShapeGraph connections
Description
Get the Axial ShapeGraph connections
Usage
## S4 method for signature 'AxialShapeGraph'
connections(map)
Arguments
map |
An Axial ShapeGraph |
Value
A matrix with the connected refs
Examples
mifFile <- system.file(
"extdata", "testdata", "barnsbury",
"barnsbury_small_axial_original.mif",
package = "alcyon"
)
sfMap <- st_read(mifFile,
geometry_column = 1L, quiet = TRUE
)
shapeGraph <- as(sfMap, "AxialShapeGraph")
connections(shapeGraph)
[Package alcyon version 0.4.0 Index]