plot.lemna_result | R Documentation |
Creates up to four plots in a gridded layout depicting
Exposure (i.e. external) concentration, as well as damage (internal concentration, C_int
)
if available
Internal toxicant mass (M_int
)
Population size as biomass (BM
)
Population size as number of fronds (FrondNo
) if available
## S3 method for class 'lemna_result'
plot(x, y, munit = "ug/m2", cunit = "ug/L", legend = TRUE, ...)
x |
|
y |
unused parameter |
munit |
character, unit of internal mass, defaults to |
cunit |
character, unit of exposure, defaults to |
legend |
logical, if |
... |
unused parameter |
a gridded plot
# 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))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.