NEWS.md
NLwith()
now handles NA
values (#36)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.