fx: Generic to calculate effects for a particular scenario

fxR Documentation

Generic to calculate effects for a particular scenario

Description

Generic to calculate effects for a particular scenario

Usage

fx(scenario, ...)

## S4 method for signature 'ANY'
fx(scenario, ...)

## S4 method for signature 'ScenarioSequence'
fx(scenario, ...)

## S4 method for signature 'Lemna'
fx(scenario, ...)

## S4 method for signature 'Magma'
fx(scenario, ...)

## S4 method for signature 'Algae'
fx(scenario, ...)

## S4 method for signature 'GutsSd'
fx(scenario, ...)

## S4 method for signature 'GutsIt'
fx(scenario, ...)

## S4 method for signature 'GutsRedSd'
fx(scenario, ...)

## S4 method for signature 'GutsRedIt'
fx(scenario, ...)

Arguments

scenario

scenario object

...

additional parameters

Value

numeric named vector

Methods (by class)

  • fx(ANY): Use state variables at end of simulation

  • fx(ScenarioSequence): Wrapper for sequences

  • fx(Lemna): Effect at end of simulation of Lemna-models

  • fx(Magma): Effect at end of simulation of Magma scenarios

  • fx(Algae): Effect at end of simulation of Algae-models

  • fx(GutsSd): Calculates lethality of GUTS-SD scenarios

  • fx(GutsIt): Calculates lethality of GUTS-IT scenarios

  • fx(GutsRedSd): Calculates lethality of GUTS-RED-SD scenarios

  • fx(GutsRedIt): Calculates lethality of GUTS-RED-IT scenarios


cvasi documentation built on Sept. 11, 2025, 5:11 p.m.