Question: example: Pg1 = species 1 Pg2 = species 2 Pg3 = species 3 Given the following equation: Pg Pmax[1] K] + [1] Where: P, =

example:
Pg1 = species 1
Pg2 = species 2
Pg3 = species 3
Given the following equation: Pg Pmax[1] K] + [1] Where: P, = gross primary productivity | = irradiance P = maximal photosynthesis Ki half saturation constant max Write a code in R program by creating 3 sets of values to give you Pmax1, Pmax2, and Pmax3. Hint: vectorize Pmax and Ki variables then use "for loop to loop over the Pg variable. Make up hypothetical 3 species of plankton and reasonable values. Given the following equation: Pg Pmax[1] K] + [1] Where: P, = gross primary productivity | = irradiance P = maximal photosynthesis Ki half saturation constant max Write a code in R program by creating 3 sets of values to give you Pmax1, Pmax2, and Pmax3. Hint: vectorize Pmax and Ki variables then use "for loop to loop over the Pg variable. Make up hypothetical 3 species of plankton and reasonable values
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
