Coerce a dataset into an argo dataset. This is not the right way to
read official argo datasets, which are provided in NetCDF format and may
be read with read.argo
.
as.argo(time, longitude, latitude, salinity, temperature, pressure,
units = NULL, id, filename = "", missingValue)
vector of POSIXct times.
vector of longitudes.
vector of latitudes.
vector of salinities.
vector of temperatures.
vector of pressures.
optional list containing units. If NULL
, the default,
then "degree east"
is used for longitude
,
"degree north"
for latitude
,
""
for salinity
,
"ITS-90"
for temperature
, and
"dbar"
for pressure
.
identifier.
source filename.
Optional missing value, indicating data values that should be
taken as NA
.
An object of argo-class
.
The documentation for argo-class
explains the structure of argo
objects, and also outlines the other functions dealing with them.
Other things related to argo
data: [[,argo-method
,
[[<-,argo-method
, argo-class
,
argoGrid
, argoNames2oceNames
,
argo
,
handleFlags,argo-method
,
plot,argo-method
, read.argo
,
subset,argo-method
,
summary,argo-method