The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
library(alcyon)
#> Loading required package: sf
#> Linking to GEOS 3.11.1, GDAL 3.6.2, PROJ 9.1.1; sf_use_s2() is TRUE
#> Loading required package: stars
#> Loading required package: abind
galleryMap <- st_read(
system.file(
"extdata", "testdata", "gallery",
"gallery_lines.mif",
package = "alcyon"
),
geometry_column = 1L, quiet = TRUE
)
pointMap <- makeVGAPointMap(
galleryMap,
fillX = 3.01,
fillY = 6.7,
gridSize = 0.06
)
plot(pointMap["Connectivity"])
agentAnalysis <- agentAnalysis(pointMap,
timesteps = 10000,
releaseRate = 0.1,
agentLifeTimesteps = 1000,
agentFov = 16,
agentStepsToDecision = 3,
agentLookMode = AgentLookMode$Standard
)
plot(agentAnalysis$pointMap["Gate Counts"])
agentAnalysis <- agentAnalysis(pointMap,
timesteps = 10000,
releaseRate = 0.1,
agentLifeTimesteps = 1000,
agentFov = 16,
agentStepsToDecision = 3,
agentLookMode = AgentLookMode$Standard,
numberOfTrails = 50
)
plot(agentAnalysis$trailMap)
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.