| unmakeVGAGraph | R Documentation |
Unmake the graph in a LatticeMap
unmakeVGAGraph(
latticeMap,
removeLinks = FALSE,
copyMap = TRUE,
verbose = FALSE
)
latticeMap |
The input LatticeMap |
removeLinks |
Also remove the links |
copyMap |
Optional. Copy the internal sala map |
verbose |
Optional. Show more information of the process. |
A new LatticeMap without the points graph
mifFile <- system.file(
"extdata", "testdata", "simple",
"simple_interior.mif",
package = "alcyon"
)
sfMap <- st_read(mifFile,
geometry_column = 1L, quiet = TRUE
)
shapeMap <- as(sfMap[, vector()], "ShapeMap")
latticeMap <- makeVGALatticeMap(
sfMap,
gridSize = 0.5,
fillX = 3.01,
fillY = 6.7,
maxVisibility = NA,
boundaryGraph = FALSE,
verbose = FALSE
)
unmakeVGAGraph(
latticeMap = latticeMap,
removeLinks = FALSE
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.