fisherB20 | R Documentation |
Distances 'x' and directions 'theta' by small blue periwinkles, Nodilittorina unifasciata, after they had been transplanted downshore from the height at which they normally live.
data(fisherB20)
data(fisherB20c)
fisherB20
is a data.frame
of integer value.
fisherB20c
is a data.frame
that contains the same observations, but in the first column, the data is a circular
object.
N.I. Fisher (1993) pag. 252-253. Data kindly supplied by Dr A. Underwood and Ms G. Chapman.
N.I. Fisher (1993) Statistical analysis of circular data. Cambridge University Press.
data(fisherB20)
data(fisherB20c)
par(mfcol=c(1,3))
plot(fisherB20c$theta, xlab=expression(theta))
boxplot(fisherB20c$x, xlab="x")
plot(c(fisherB20$x, fisherB20$x), c(fisherB20$theta,
fisherB20$theta+360), xlab="x", ylab=expression(theta))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.