argo_floats_atlantic_2003 | R Documentation |
Temperature and salinity data from Argo floats in the North Atlantic Ocean at three layers of depth: surface (less than 50 meters), mid-layer (between 475-525 meters) and deep (975 to 1025 meters) during 2003.
argo_floats_atlantic_2003
An object of class data.frame
with 6978 rows and 11 columns.
SahuandChallenor2008;textualbmstdr @format A data frame with 6978 rows and 11 columns:
Longitude of the argo float
Latitude of the argo float
Cumulative day of the year in 2003
Day within each month in 2003
Month in 2003
Temperature recorded by the Argo float in degree Celsius
Salinity in practical salinity units
Centered and scaled values of longitude at each depth
Centered and scaled values of latitude at each depth
Centered and scaled values of longitude times latitude at each depth
head(argo_floats_atlantic_2003)
# Data for the surface layer
surface <- argo_floats_atlantic_2003[argo_floats_atlantic_2003$depth==1, ]
# Data for the mid-layer
midlayer <- argo_floats_atlantic_2003[argo_floats_atlantic_2003$depth==2, ]
# Data at the deep ocean
deep <- argo_floats_atlantic_2003[argo_floats_atlantic_2003$depth==3, ]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.