Ratkowsky_model: R6 class describing the secondary Ratkowsky model...

Ratkowsky_modelR Documentation

R6 class describing the secondary Ratkowsky model (suboptimal)

Description

R6 class describing the secondary Ratkowsky model (suboptimal)

R6 class describing the secondary Ratkowsky model (suboptimal)

Details

A risk element describing the (suboptimal) Ratkowsky model. It has 3 inputs: b, Tmin, temperature.

Super classes

biorisk::RiskElement -> biorisk::NA -> Ratkowsky_model

Methods

Public methods

Inherited methods

Method new()

Usage
Ratkowsky_model$new(name, units = NA, output_unit = NA)

Method point_estimate()

Returns the expected value

Usage
Ratkowsky_model$point_estimate()

Method clone()

The objects of this class are cloneable with this method.

Usage
Ratkowsky_model$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


albgarre/biorisk documentation built on Feb. 23, 2025, 5:19 a.m.