The R Project SVN R

Rev

Rev 88173 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 88173 Rev 88696
Line 12... Line 12...
12
\usage{
12
\usage{
13
beaver1
13
beaver1
14
beaver2
14
beaver2
15
}
15
}
16
\description{
16
\description{
17
  Reynolds (1994) describes a small part of a study of the long-term
17
  \bibcitet{R:Reynolds:1994} describes a small part of a study of the long-term
18
  temperature dynamics of beaver \emph{\I{Castor canadensis}} in
18
  temperature dynamics of beaver \emph{\I{Castor canadensis}} in
19
  north-central Wisconsin.  Body temperature was measured by telemetry
19
  north-central Wisconsin.  Body temperature was measured by telemetry
20
  every 10 minutes for four females, but data from a one period of
20
  every 10 minutes for four females, but data from a one period of
21
  less than a day for each of two animals is used there.
21
  less than a day for each of two animals is used there.
22
}
22
}
Line 40... Line 40...
40
}
40
}
41
\note{
41
\note{
42
  The observation at 22:20 is missing in \code{beaver1}.
42
  The observation at 22:20 is missing in \code{beaver1}.
43
}
43
}
44
\source{
44
\source{
45
  P. S. Reynolds (1994) Time-series analyses of beaver body
-
 
46
  temperatures.  Chapter 11 of Lange, N., Ryan, L., Billard, L.,
-
 
47
  Brillinger, D., Conquest, L. and Greenhouse, J. eds (1994)
45
  \bibcitet{R:Reynolds:1994}
-
 
46
}
48
  \emph{Case Studies in Biometry.}
47
\references{
49
  New York: John Wiley and Sons.
48
  \bibshow{R:Reynolds:1994}
50
}
49
}
51
%% consider converting times to POSIXct (using 'yday' ?)
50
%% consider converting times to POSIXct (using 'yday' ?)
52
\examples{
51
\examples{
53
require(graphics)
52
require(graphics)
54
(yl <- range(beaver1$temp, beaver2$temp))
53
(yl <- range(beaver1$temp, beaver2$temp))