Skip to contents

A class that holds the parameters and upon assigning, the values of the biological parameters the LBI algorithm requres

Methods


Method new()

Initialise biological parameter class. Parameters are self-explanatory.

Usage

AlgoParams$new(binwidth = 1, linf = NULL, l50 = NULL)


Method clone()

The objects of this class are cloneable with this method.

Usage

AlgoParams$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.