File: fisherB18.Rd

package info (click to toggle)
r-cran-circular 0.5-1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,492 kB
  • sloc: ansic: 464; fortran: 69; sh: 13; makefile: 2
file content (37 lines) | stat: -rw-r--r-- 1,029 bytes parent folder | download | duplicates (2)
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
\name{fisherB18}
\alias{fisherB18}
\alias{fisherB18c}

\title{B.18 Wind direction and ozone concentration.}

\usage{
data(fisherB18)
data(fisherB18c)
}

\description{
19 measurements of wind direction 'theta' and ozone level 'x' taken at 6.00am at four-day intervals between April 18th and June 29th, 1975 at a weather station in Milwaukee.
}
\format{
\code{fisherB18} is a \code{\link{data.frame}} of integer value.
\code{fisherB18c} is a \code{\link{data.frame}} that contains the same observations, but in the first column, the data is a \code{\link{circular}} object.
}

\source{
  N.I. Fisher (1993) pag. 251. Johnson & Wehrly (1977, Table 1).
}
\references{
  N.I. Fisher (1993) Statistical analysis of circular data. Cambridge University Press.
}

\examples{
data(fisherB18)
data(fisherB18c)
par(mfcol=c(1,3))
plot(fisherB18c$theta, xlab=expression(theta))
boxplot(fisherB18c$x, xlab="x")
plot(c(fisherB18$x, fisherB18$x), c(fisherB18$theta,
  fisherB18$theta+360), xlab="x", ylab=expression(theta))
}

\keyword{datasets}