FullRatkowsky_model: R6 class describing the secondary Full Ratkowsky model

FullRatkowsky_modelR Documentation

R6 class describing the secondary Full Ratkowsky model

Description

R6 class describing the secondary Full Ratkowsky model

R6 class describing the secondary Full Ratkowsky model

Details

A risk element describing the fullRatkowsky model. It has 3 inputs: b, Tmin, temperature.

Super classes

biorisk::RiskElement -> biorisk::NA -> FullRatkowsky_model

Methods

Public methods

Inherited methods

Method new()

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

Method point_estimate()

Returns the expected value

Usage
FullRatkowsky_model$point_estimate()

Method clone()

The objects of this class are cloneable with this method.

Usage
FullRatkowsky_model$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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