plot.lemna_result {lemna} | R Documentation |
Plot a Lemna scenario result
Description
Creates up to four plots in a gridded layout depicting
Exposure (i.e. external) concentration, as well as damage (internal concentration,
C_int
) if availableInternal toxicant mass (
M_int
)Population size as biomass (
BM
)Population size as number of fronds (
FrondNo
) if available
Usage
## S3 method for class 'lemna_result'
plot(x, y, munit = "ug/m2", cunit = "ug/L", legend = TRUE, ...)
Arguments
x |
|
y |
unused parameter |
munit |
character, unit of internal mass, defaults to |
cunit |
character, unit of exposure, defaults to |
legend |
logical, if |
... |
unused parameter |
Value
a gridded plot
Examples
# Simulate a sample scenario and plot results
result <- lemna(metsulfuron)
plot(result)
# Hide the legend of the concentration plot
plot(result, legend=FALSE)
# Simulate and plot a scenario with changing environmental conditions
plot(lemna(focusd1))
[Package lemna version 1.0.1 Index]