chl | R Documentation |
Data relating to the callibration of remote sensed satellite data. The SeaWifs satellite provides estimates of chlorophyll concentration at the ocean surface from measurements of ocean surface colour. It is of interest to attempt to use these data to predict direct bottle measurements of chl. conc.
data(chl)
A data frame with 6 columns and 13840 rows. The columns are:
longitude
latitude
Julian day (i.e. day of year starting at Jan 1st.)
Ocean depth in metres.
direct chlorophyll concentration measured at given location from a bottle sample.
chl. conc. as measured by Seawifs Satellite
https://oceancolor.gsfc.nasa.gov/SeaWiFS/
and the World Ocean Database.
Wood, S.N. (2006, 2017) Generalized Additive Models: An Introduction with R. CRC
data(chl) with(chl,plot(chl,chl.sw))