File: fisherB3.Rd

package info (click to toggle)
r-cran-circular 0.4-93-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,492 kB
  • sloc: ansic: 463; fortran: 69; sh: 13; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 681 bytes parent folder | download
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
\name{fisherB3}
\alias{fisherB3}
\alias{fisherB3c}

\title{B.3 Movements of turtles}

\usage{
data(fisherB3)
data(fisherB3c)
}

\description{
Measurements of the directions taken by 76 turtles after treatment.
}
\format{
\code{fisherB3} is a vector of 76 observations (in degrees).
\code{fisherB3c} contains the same observations in a circular objects.
}

\source{
Stephens, M.A. (1969) Techniques for directional data. Thechnical Report #150, Department of Statistics, Stanford University, Stanford, CA.
}
\seealso{
N.I. Fisher (1993) Statistical analysis of circular data. Cambridge University Press. Pag. 241.
}

\examples{
data(fisherB3c)
plot(fisherB3c)
}

\keyword{datasets}