connections,AxialShapeGraph-method | R Documentation |
Get the Axial ShapeGraph connections
## S4 method for signature 'AxialShapeGraph'
connections(map)
map |
An Axial ShapeGraph |
A matrix with the connected refs
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.