Skip to contents

A class to model restricted diffusion in a bounded medium described by a circular shape with a given radius.

Super class

midi::BaseCompartment -> CircularlyShapedCompartment

Methods

Inherited methods


Method new()

Instantiates a new circular compartment.

Usage

CircularlyShapedCompartment$new(radius = NULL, diffusivity = NULL)

Arguments

radius

A numeric value specifying the radius of the sphere in \(\mu\)m.

diffusivity

A numeric value specifying the diffusivity within the sphere in \(\mu\)m\(^2\).ms\(^{-1}\).

Returns

An instance of the CircularlyShapedCompartment class.


Method clone()

The objects of this class are cloneable with this method.

Usage

CircularlyShapedCompartment$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.