diffuseR: Function for naive diffusion (neighbourhood) of the Substance...

diffuseRR Documentation

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 signature '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.

See Also

Substance-class and diffusePDE


euba/BacArena documentation built on Aug. 29, 2024, 11:15 p.m.