File: fisherB9.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 (35 lines) | stat: -rw-r--r-- 808 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
35
\name{fisherB9}
\alias{fisherB9}
\alias{fisherB9direction}
\alias{fisherB9frequency}
\alias{fisherB9c}

\title{B.9 Dance directions of bees}

\usage{
data(fisherB9)
data(fisherB9c)
}

\description{
Dance directions of 279 honey bees viewing a zenith patch of artificially polarised light.
}
\format{
\code{fisherB9} a vector of 279 observations (in degrees).
\code{fisherB9c} contains the same observations in a circular objects.
}

\source{
Adapted by Prof. N.I. Fisher from 
R. Wehner & S. Strasser (1985) The POL area of the honey bee's eye: behavioural evidence. Physiol. Entomol. 10, 337-49. Pag. 346. 
}
\seealso{
N.I. Fisher (1993) Statistical analysis of circular data. Cambridge University Press. Pag. 244.
}

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

\keyword{datasets}