as.ladp | R Documentation |
This function assembles vectors of pressure and velocity, possibly also with shears, salinity, temperature, etc.
as.ladp(
longitude,
latitude,
station,
time,
pressure,
u,
v,
uz,
vz,
salinity,
temperature,
...
)
longitude |
longitude in degrees east, or an |
latitude |
latitude in degrees east (use negative in southern hemisphere). |
station |
number or string indicating station ID. |
time |
time at the start of the profile, constructed by e.g. |
pressure |
pressure in decibars, through the water column. |
u |
eastward velocity (m/s). |
v |
northward velocity (m/s). |
uz |
vertical derivative of eastward velocity (1/s). |
vz |
vertical derivative of northward velocity (1/s). |
salinity |
salinity through the water column, in practical salinity units. |
temperature |
temperature through the water column. |
... |
optional additional data columns. |
An ladp object.
Dan Kelley
Other things related to ladp data:
[[,ladp-method
,
[[<-,ladp-method
,
ladp-class
,
plot,ladp-method
,
summary,ladp-method
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.