plot_run: Plot model simulations

Description Usage Arguments Functions

View source: R/plot_results.R

Description

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.

Usage

 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)

Arguments

run

The model simulation to plot from. This can be the object returned from run_coral or run_coral_ss.

Functions


jrcunning/coRal documentation built on March 24, 2021, 1:28 a.m.