File: fisherB11.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 (34 lines) | stat: -rw-r--r-- 885 bytes parent folder | download | duplicates (3)
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
\name{fisherB11}
\alias{fisherB11}
\alias{fisherB11c}

\title{B.11 Movements of sea stars}

\usage{
data(fisherB11)
data(fisherB11c)
}

\description{
Resultant directions of 22 sea stars 11 days after being displaced from their natural habitat.
}
\format{
\code{fisherB11} a vector of 22 observations (in degrees).
\code{fisherB11c} contains the same observations in a circular objects.
}

\source{
G.J.G. Upton and B. Fingleton (1989) Spatial Data Analysis by Example. Volume 2. Categorical and Directional Data. New York: John Wiley
as adapted from
B. Pabst and H. Vicentini (1978) Dislocation experiments in the migrating seastar. Astropecten jonstoni. Marine Biology 48, 271-8. 
}
\seealso{
N.I. Fisher (1993) Statistical analysis of circular data. Cambridge University Press. Pag. 245.
}

\examples{
data(fisherB11c)
plot(fisherB11c, stack=TRUE, shrink=1.5)
}

\keyword{datasets}