Simulating movement on a grid in R
In this post I outline a way of simulating movement on a grid in R in a time efficient way. This is part of a simulation of tsetse fly populations I’ve been developing. Earlier posts outline some of the background and use of arrays as the main data structure.
... [Read more...]