PI_data: Dataset of photosynthesis irradiance curves

Description Format Source Examples

Description

Photosynthesis irradiance curves of Chlorella vulgaris taken at different assay temperatures. The culture was grown at 20ºC

Format

A data frame with 68 observations on the following 3 variables.

list("GPP")

the rate of gross photosynthesis at each light level

list("light")

the light intensity

list("temp")

the assay temperature at which the rate was measured

Source

obtained ~~

Examples

1
2
3
4
5
6
7
8
data(PI_data)

library(ggplot2)

ggplot(PI_data) +
  geom_point(aes(light, GPP), shape = 21) +
  facet_wrap(~ temp) +
  theme_bw()

padpadpadpad/TeamPhytoplankton documentation built on May 24, 2019, 5:59 p.m.