fx | R Documentation |
Generic to calculate effects for a particular scenario
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, ...)
scenario |
scenario object |
... |
additional parameters |
numeric named vector
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.