riley {ocedata}R Documentation

Riley's (1946) observation/theory of phytoplankton concentration

Description

riley is a list holding information relating to Riley's (1946) observation and theory of phytoplankton concentration, used in Chapter 4 of Kelley (2018).

Usage

data(riley, package="ocedata")

Details

The elements of riley are as follows.

References

Kelley, Dan E. Oceanographic Analysis with R. 1st ed. 2018. New York, NY: Springer New York: Imprint: Springer, 2018. doi:10.1007/978-1-4939-8844-0.

Gordon A. Riley, 1946. Factors controlling phytoplankton populations on Georges Bank. Journal of Marine Research, 6(1): 54-73.

Examples

data(riley, package="ocedata")
plot(riley$fig21points$day, riley$fig21points$P, xlab="Day of Year", ylab="Phytoplankton [gC/m^2]")
lines(riley$fig21curve$day, riley$fig21curve$P)


[Package ocedata version 0.2.2 Index]