argo {oce} | R Documentation |
This holds data from ARGO 6900388 in the North Atlantic.
To quote Argo's website: "These data were collected and made freely available by the International Argo Program and the national programs that contribute to it. (http://www.argo.ucsd.edu, http://argo.jcommops.org). The Argo Program is part of the Global Ocean Observing System."
Below is the official citation (note that this DOI has web links for downloads): Argo (2017). Argo float data and metadata from Global Data Assembly Centre (Argo GDAC) - Snapshot of Argo GDAC of July, 8st 2017. SEANOE. http://doi.org/10.17882/42182#50865
This file was downloaded using the unix command
ftp ftp://ftp.ifremer.fr/ifremer/argo/dac/bodc/6900388/6900388_prof.nc
issued on 2017 July 7.
Other datasets provided with oce
: adp
,
adv
, cm
,
coastlineWorld
, colors
,
ctdRaw
, ctd
,
echosounder
, landsat
,
lisst
, lobo
,
met
, rsk
,
sealevelTuktoyaktuk
,
sealevel
, section
,
topoWorld
, wind
Other things related to argo
data: [[,argo-method
,
[[<-,argo-method
, argo-class
,
argoGrid
, argoNames2oceNames
,
as.argo
,
handleFlags,argo-method
,
plot,argo-method
, read.argo
,
subset,argo-method
,
summary,argo-method
## Not run: library(oce) data(argo) summary(argo) data(coastlineWorld) plot(argo, which="trajectory", coastline=coastlineWorld) ## End(Not run)