Description Usage Arguments Examples
Plots an overview of the output of function Wofost
1 2 |
x |
SimulationObject S4 object |
var |
Character vector of variable names that will be plotted. |
1 2 3 4 5 6 7 8 9 10 11 12 13 | # Generate SimulationObjects
w <- randomWeatherLong
s <- randomSoil
cr <- dwn.crop()
wopp <- Wofost(w, cr)
womn <- Wofost(w, cr, manager = exampleManager)
# Plot SimulationObjects
plot(wopp)
plot(wopp, var = c('dvs', 'tagp'))
plot(womn)
plot(womn, var = 'tagp')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.