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