LogLinInactivation: R6 class describing log-linear inactivation

LogLinInactivationR Documentation

R6 class describing log-linear inactivation

Description

R6 class describing log-linear inactivation

R6 class describing log-linear inactivation

Details

A risk element describing log-linear inactivation. It has 3 inputs: logN0, t and D.

Super classes

biorisk::RiskElement -> biorisk::NA -> LogLinInactivation

Methods

Public methods

Inherited methods

Method new()

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

Method point_estimate()

Returns the expected value

Usage
LogLinInactivation$point_estimate()

Method clone()

The objects of this class are cloneable with this method.

Usage
LogLinInactivation$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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