MinMaxFilter: Filters the output of a element according to both a minimum...

MinMaxFilterR Documentation

Filters the output of a element according to both a minimum and maximum value

Description

Filters the output of a element according to both a minimum and maximum value

Filters the output of a element according to both a minimum and maximum value

Super class

biorisk::RiskElement -> MinMaxFilter

Methods

Public methods

Inherited methods

Method new()

Usage
MinMaxFilter$new(
  name,
  min_value,
  max_value,
  units = NA,
  output_unit = NA,
  rule = 1
)

Method get_output_type()

Get the data type of the output.

Usage
MinMaxFilter$get_output_type()

Method point_estimate()

Returns the expected value

Usage
MinMaxFilter$point_estimate()

Method clone()

The objects of this class are cloneable with this method.

Usage
MinMaxFilter$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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