linkRefs,AxialShapeGraph-method | R Documentation |
Link two lines on an Axial ShapeGraph using their refs
## S4 method for signature 'AxialShapeGraph'
linkRefs(map, fromRef, toRef, copyMap = TRUE)
map |
An Axial ShapeGraph |
fromRef |
Ref of the first link line |
toRef |
Ref of the second link line |
copyMap |
Optional. Copy the internal sala map |
A new Axial ShapeGraph with linked lines
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")
linkRefs(shapeGraph, 0L, 9L)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.