-
Notifications
You must be signed in to change notification settings - Fork 42
/
Copy pathas.xbt.Rd
55 lines (50 loc) · 1.32 KB
/
as.xbt.Rd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/xbt.R
\name{as.xbt}
\alias{as.xbt}
\title{Create an xbt Object}
\usage{
as.xbt(
z,
temperature,
longitude = NA,
latitude = NA,
filename = "",
sequenceNumber = NA,
serialNumber = ""
)
}
\arguments{
\item{z}{numeric vector giving vertical coordinates of measurements. This is the negative of
depth, i.e. \code{z} is 0 at the air-sea interface, and negative within the water column.}
\item{temperature}{numeric vector giving in-situ temperatures at the \code{z} values.}
\item{longitude, latitude}{location in degE and degN.}
\item{filename}{character value naming source file.}
\item{sequenceNumber}{numerical value of the sequence number of the XBT drop.}
\item{serialNumber}{character value holding the serial number of the XBT.}
}
\value{
An \linkS4class{xbt} object.
}
\description{
Create an xbt Object
}
\seealso{
Other things related to xbt data:
\code{\link{[[,xbt-method}},
\code{\link{[[<-,xbt-method}},
\code{\link{plot,xbt-method}},
\code{\link{read.xbt}()},
\code{\link{read.xbt.noaa1}()},
\code{\link{read.xbt.noaa2}()},
\code{\link{subset,xbt-method}},
\code{\link{summary,xbt-method}},
\code{\link{xbt}},
\code{\link{xbt-class}},
\code{\link{xbt.edf}},
\code{\link{xbt2.edf}}
}
\author{
Dan Kelley
}
\concept{things related to xbt data}