diffuseR: Function for naive diffusion (neighbourhood) of the Substance matrix
Description
The generic function diffuseR
implements the diffusion in the Moore neighbourhood in R
.
Usage
diffuseR(object)# S4 method for Substance
diffuseR(object)
Arguments
object
An object of class Substance.
Details
The diffusion is implemented by iterating through each cell in the grid and taking the cell with the lowest concentration in the Moore neighbourhood to update the concentration of both by their mean.