Description Usage Arguments Functions
The plot_run function will plot a multipanel figure with all model
fluxes. Other functions can be used to plot single environmental factors or
model fluxes independently.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | plot_run(run)
plot_L(run, xlim = range(run$time), ylim = c(0, 60))
plot_DIN(run)
plot_gr(run)
plot_Hgr(
run,
xlim = range(run$time),
ylim = c(min(0, min(run$H$dH.Hdt[-(1:10)])), max(run$H$dH.Hdt[-(1:10)]))
)
plot_sh(
run,
xlim = range(run$time),
ylim = c(0, max(run$S$S/run$H$H, na.rm = T))
)
plot_Lq(run)
plot_photo(run)
plot_pl(run)
plot_PSU(run)
plot_ROS(run)
plot_symSU(run)
plot_sl(run)
plot_corSU(run)
plot_hl(run)
plot_bl(run)
plot_run_v2(run)
|
run |
The model simulation to plot from. This can be the object returned
from |
plot_L: Plot external irradiance
plot_DIN: Plot external DIN concentration
plot_gr: Plot specific growth rates of host and symbiont
plot_Hgr: Plot specific growth rate of host
plot_sh: Plot the symbiont to host biomass ratio
plot_Lq: Plot light quenching (carbon fixation, NPQ, and excess (=ROS-producing))
plot_photo: Plot photosynthesis rate (carbon fixation; jCP)
plot_pl: Plot limitation coefficient for photosynthesis SU
plot_PSU: Plot photosynthesis SU dynamics (proportions of light and CO2 rejected from SU)
plot_ROS: Plot relative ROS production due to excitation energy in excess of carbon fixation and NPQ
plot_symSU: Plot symbiont biomass SU dynamics (proportions of C and N rejected from SU)
plot_sl: Plot symbiont biomass SU limitation coefficient
plot_corSU: Plot host biomass SU dynamics (proportions of C and N rejected from SU)
plot_hl: Plot host biomass SU limitation coefficient
plot_bl: Plot both symbiont and host biomass SU limitation coefficients
plot_run_v2: Plot another version of the multipanel run output
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.