Generate an exact movement object (one-step Markov transition matrix between all sets of sites). This function returns nested list of the following form for all site classes in landscape:
S2D: output of MicroKernel_exactMvOb applied to starting site point set S and destination point set D
The output, MvAll, will be assigned to private$movement field of MicroMosquitoPop. The specific accessor can be found at get_MicroKernel_movement.
MicroKernel_exactAll(Landscape, sigma = 3, eps = 0.1, beta = 0)
| Landscape | a microsimulation |
|---|---|
| sigma | a param |
| eps | a param |
| beta | a param |
list of movement objects between all site classes (see above and MicroKernel_exactMvOb) for details.