-
Notifications
You must be signed in to change notification settings - Fork 607
/
Copy pathreedfrogs.Rd
32 lines (32 loc) · 1016 Bytes
/
reedfrogs.Rd
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
\name{reedfrogs}
\alias{reedfrogs}
\docType{data}
\title{Data on reed frog predation experiments}
\description{
Data on lab experiments on the density- and size-dependent
predation rate of an African reed frog, \emph{Hyperolius
spinigularis},
from Vonesh and Bolker 2005
}
\usage{data(reedfrogs)}
\format{
Various data with variables:
\describe{
\item{\code{density}}{initial tadpole density (number of tadpoles
in a 1.2 x 0.8 x 0.4 m tank) [experiment 1]}
\item{\code{pred}}{factor: predators present or absent [experiment 1]}
\item{\code{size}}{factor: big or small tadpoles [experiment 1]}
\item{\code{surv}}{number surviving}
\item{\code{propsurv}}{proportion surviving (=surv/density) [experiment 1]}
}
}
\source{
Vonesh and Bolker (2005) Compensatory larval responses shift
trade-offs associated with predator-induced hatching plasticity.
Ecology 86:1580-1591
}
\examples{
data(reedfrogs)
boxplot(propsurv~size*density*pred,data=reedfrogs)
}
\keyword{datasets}