Learn R Programming

cvasi (version 1.4.0)

fx: Generic to calculate effects for a particular scenario

Description

Generic to calculate effects for a particular scenario

Usage

fx(scenario, ...)

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

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

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

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

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

# S4 method for Myriophyllum fx(scenario, ...)

Value

numeric named vector

Arguments

scenario

scenario object

...

additional parameters

Methods (by class)

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

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

  • fx(GutsRedSd): Survival and lethality in GUTS-RED-models

  • fx(GutsRedIt): Survival and lethality in GUTS-RED-models

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

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