Skip to contents

Plot of species growth response over a range of surface irradience values

Usage

I_plot(Nf, spec_params, site_params, irr = seq(0, 2500, 10))

Arguments

Nf

Fixed nitrogen (mg m\(^{-3}\))

spec_params

a vector of named numbers. Must include:

  • a_cs, the carbon-specific self-shading constant

  • I_o, the light saturation parameter

  • h_a, h_b and h_c, parameters governing height change with N_f

  • h_max, maximum species height

site_params

A vector of named numbers. Must include:

  • \(d_{top}\) the below-surface depth (m) of the top of the macroalgae culture

irr

a vector of the range of surface irradiance values to be tested (defaults to seq(0, 2500, 10))

Value

a ggplot object of growth response over the specified range of surface irradience values

See also

I_lim() algae_height()

Examples

my_species <- c(I_o = 150, a_cs = 0.005, h_max = 1)
my_site <- c(kW = 0.6, d_top = 1)
I_plot(Nf = 150, spec_params = my_species, site_params = my_site)
#> Error in I_plot(Nf = 150, spec_params = my_species, site_params = my_site): could not find function "I_plot"