forked from dankelley/oce
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patha03.Rd
47 lines (37 loc) · 1.32 KB
/
a03.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
\name{a03}
\docType{data}
\alias{a03}
\title{WOCE section a03}
\description{This is line A03 (ExpoCode 90CT40_1, with nominal sampling date
1993-09-11). The chief scientist was Tereschenkov of SOI, working aboard
the Russian ship Multanovsky, undertaking a westward transect from the
Mediterranean outflow region across to North America, with a change of
heading in the last few dozen stations to run across the nominal Gulf
Stream axis.}
\examples{
library(oce)
# Gulf Stream (note that section runs east to west)
data(a03)
GS <- subset.oce(a03, indices=124:102)
GSg <- sectionGrid(GS, p=seq(0, 5000, 100))
data(coastlineWorld)
plot(GSg, coastline=coastlineWorld, map.xlim=c(-80,-60))
}
\usage{data(a03)}
\source{
This is based on a WOCE file downloaded from a server, as below:
\preformatted{
a03 <- read.section("http://cchdo.ucsd.edu/data/onetime/atlantic/a03/a03_hy1.csv",
sectionId="a03",
ship="R/V Professor Multanovskiy",
scientist="Vladimir Tereschenkov",
institute="SIO")
save(a03, file="oce/data/a03.rda")
}
If the URL shown above fails, try other WOCE servers.
}
\seealso{The documentation for \code{\link{section-class}} explains the
structure of section objects, and also outlines the functions dealing with
them.}
\author{Dan Kelley}
\keyword{datasets}