forked from dankelley/oce
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenuToOther.Rd
58 lines (55 loc) · 2.11 KB
/
enuToOther.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
56
57
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/ad.R
\name{enuToOther}
\alias{enuToOther}
\title{Rotate acoustic-Doppler data to a new coordinate system}
\usage{
enuToOther(x, ...)
}
\arguments{
\item{x}{an \code{adp} or \code{adv} object, i.e. one inheriting from
\code{\link{adp-class}} or \code{\link{adv-class}}.}
\item{\dots}{extra arguments that are passed on to \code{\link{enuToOtherAdp}}
or \code{\link{enuToOtherAdv}}.}
}
\value{
An object of the same type as \code{x}, but with velocities
in the rotated coordinate system
}
\description{
Rotate acoustic-Doppler data to a new coordinate system
}
\seealso{
Other things related to \code{adp} data: \code{\link{[[,adp-method}},
\code{\link{[[<-,adp-method}}, \code{\link{adp-class}},
\code{\link{adp}}, \code{\link{as.adp}},
\code{\link{beamName}}, \code{\link{beamToXyzAdp}},
\code{\link{beamToXyzAdv}}, \code{\link{beamToXyz}},
\code{\link{beamUnspreadAdp}}, \code{\link{binmapAdp}},
\code{\link{enuToOtherAdp}},
\code{\link{plot,adp-method}},
\code{\link{read.adp.nortek}},
\code{\link{read.adp.rdi}},
\code{\link{read.adp.sontek.serial}},
\code{\link{read.adp.sontek}}, \code{\link{read.adp}},
\code{\link{read.aquadoppHR}},
\code{\link{read.aquadoppProfiler}},
\code{\link{read.aquadopp}},
\code{\link{subset,adp-method}},
\code{\link{summary,adp-method}}, \code{\link{toEnuAdp}},
\code{\link{toEnu}}, \code{\link{velocityStatistics}},
\code{\link{xyzToEnuAdp}}, \code{\link{xyzToEnu}}
Other things related to \code{adv} data: \code{\link{[[,adv-method}},
\code{\link{[[<-,adv-method}}, \code{\link{adv-class}},
\code{\link{adv}}, \code{\link{beamName}},
\code{\link{beamToXyz}}, \code{\link{enuToOtherAdv}},
\code{\link{plot,adv-method}},
\code{\link{read.adv.nortek}},
\code{\link{read.adv.sontek.adr}},
\code{\link{read.adv.sontek.serial}},
\code{\link{read.adv.sontek.text}},
\code{\link{read.adv}}, \code{\link{subset,adv-method}},
\code{\link{summary,adv-method}}, \code{\link{toEnuAdv}},
\code{\link{toEnu}}, \code{\link{velocityStatistics}},
\code{\link{xyzToEnuAdv}}, \code{\link{xyzToEnu}}
}