Function for naive diffusion (neighbourhood) of the Substance matrix
The generic function diffuseR
implements the diffusion in the Moore neighbourhood in R
.
diffuseR(object) ## S4 method for signature 'Substance' diffuseR(object)
object |
An object of class Substance. |
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.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.