circular (version 0.4-93)

fisherB10: B.10 Directions of desert ants

Description

Directions of 11 long-legged desert ants (Cataglyphis fortis) after one eye on each ant was 'trained' to learn the ant's home direction, then covered and the other eye uncovered.

Usage

data(fisherB10)
data(fisherB10c)

Arguments

Format

fisherB10 is a list (in degrees). fisherB10c contains the same observations in a circular objects.

See Also

N.I. Fisher (1993) Statistical analysis of circular data. Cambridge University Press. Pag. 244-245.

Examples

Run this code
# NOT RUN {
data(fisherB10c)
res <- plot(fisherB10c$set1)
points(fisherB10c$set2, col=2, plot.info=res)
points(fisherB10c$set3, col=3, plot.info=res)
# }

Run the code above in your browser using DataLab