as.lobo {oce} | R Documentation |
Coerce Data Into a lobo Object
Description
Coerce a dataset into a lobo dataset.
Usage
as.lobo(
time,
u,
v,
salinity,
temperature,
pressure,
nitrate,
fluorescence,
filename = ""
)
Arguments
time |
vector of times of observation |
u |
vector of x velocity component observations |
v |
vector of y velocity component observations |
salinity |
vector of salinity observations |
temperature |
vector of temperature observations |
pressure |
vector of pressure observations |
nitrate |
vector of nitrate observations |
fluorescence |
vector of fluorescence observations |
filename |
source filename |
Value
A lobo object.
Author(s)
Dan Kelley
See Also
Other things related to lobo data:
[[,lobo-method
,
[[<-,lobo-method
,
lobo-class
,
lobo
,
plot,lobo-method
,
read.lobo()
,
subset,lobo-method
,
summary,lobo-method
[Package oce version 1.8-2 Index]