Last chance! 50% off unlimited learning
Sale ends in
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, ]
Run the code above in your browser using DataLab