as.cm {oce} | R Documentation |
Coerce data into a CM object
as.cm(time, u = NULL, v = NULL, pressure = NULL, conductivity = NULL, temperature = NULL, salinity = NULL, longitude = NA, latitude = NA, filename = "", debug = getOption("oceDebug"))
time |
A vector of times of observation, or an |
u |
either a numerical vector containing the eastward component of velocity, in m/s,
or an |
v |
vector containing the northward component of velocity in m/s. |
pressure |
vector containing pressure in dbar. Ignored if the first argument
contains an |
conductivity |
Optional vector of conductivity.
Ignored if the first argument contains an |
temperature |
Optional vector of temperature.
Ignored if the first argument contains an |
salinity |
Optional vector of salinity, assumed to be Practical Salinity.
Ignored if the first argument contains an |
longitude |
Optional longitude in degrees East.
Ignored if the first argument contains an |
latitude |
Latitude in degrees North.
Ignored if the first argument contains an |
filename |
Optional source file name |
debug |
an integer specifying whether debugging information is
to be printed during the processing. This is a general parameter that
is used by many |
Other things related to cm
data: [[,cm-method
,
[[<-,cm-method
, cm-class
,
cm
, plot,cm-method
,
read.cm
, subset,cm-method
,
summary,cm-method