Known issues: https://github.com/PredictiveEcology/NetLogoR/issues
sf
to Suggests, as it is used in tests.turtlesOn()
. Error when the world was not square.inRadius
now multiplies the width
by a tiny amount so that the function returns an inclusive result.quickPlot >= 0.1.1.9000
dependency.SpaDES
-related packages to only include the ones actually used.worldArray
to extract subset layers.show
methods for worldMatrix
and worldArray
, similar to RasterLayer
and RasterStack
.quickPlot::Plot
works, e.g., Plot(agentMatrixObj)
or Plot(worldMatrixObj)
or Plot(worldArrayObj)
, Plot(worldArrayObj$layer1)
. addTo
argument implemented for layering, Plot(worldMatrixObj); Plot(agentMatrixObj, addTo="worldMatrixObj")
will plot the agents on the map.3.2.5
to 3.3.0
as required by dependency RandomFieldsUtils
.