Peleg_secondary: R6 class describing the secondary model for the Peleg model

Peleg_secondaryR Documentation

R6 class describing the secondary model for the Peleg model

Description

R6 class describing the secondary model for the Peleg model

R6 class describing the secondary model for the Peleg model

Details

A risk element describing the secondary model of the Peleg model. It has 3 inputs: k_b, temperature, temp_crit.

Super classes

biorisk::RiskElement -> biorisk::NA -> Peleg_secondary

Methods

Public methods

Inherited methods

Method new()

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

Method point_estimate()

Returns the expected value

Usage
Peleg_secondary$point_estimate()

Method clone()

The objects of this class are cloneable with this method.

Usage
Peleg_secondary$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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