View source: R/axialAnalysis.R
axialAnalysisLocal | R Documentation |
Runs axial analysis to get the local metrics Control and Controllability
axialAnalysisLocal(shapeGraph, copyMap = TRUE, verbose = FALSE)
shapeGraph |
An Axial ShapeGraph |
copyMap |
Optional. Copy the internal sala map |
verbose |
Optional. Show more information of the process. |
Returns a list with:
completed: Whether the analysis completed
newAttributes: The new attributes that were created during the process
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")
axialAnalysisLocal(shapeGraph)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.