Skip to contents

Time to mating (time.to.mating) in fed and unfed (treatment) sagebrush crickets (Cyphoderris strepitans).

Usage

SagebrushCrickets

Format

A data frame with 24 observations on the following 2 variables.

treatment

a factor with levels: fed and starved

time.to.mating

a numeric vector

Source

Chadwick Johnson, J., T.M. Ivy, and S.K. Sakaluk. 1999. Female remating propensity contingent on sexual cannibalism in sagebrush crickets, Cyphoderris strepitans: a mechanism of cryptic female choice. Behavioral Ecology 10: 227-233.

Examples


SagebrushCrickets
#>    treatment time.to.mating
#> 1    starved            1.9
#> 2    starved            2.1
#> 3    starved            3.8
#> 4    starved            9.0
#> 5    starved            9.6
#> 6    starved           13.0
#> 7    starved           14.7
#> 8    starved           17.9
#> 9    starved           21.7
#> 10   starved           29.0
#> 11   starved           72.3
#> 12       fed            1.5
#> 13       fed            1.7
#> 14       fed            2.4
#> 15       fed            3.6
#> 16       fed            5.7
#> 17       fed           22.6
#> 18       fed           22.8
#> 19       fed           39.0
#> 20       fed           54.4
#> 21       fed           72.1
#> 22       fed           73.6
#> 23       fed           79.5
#> 24       fed           88.9
str(SagebrushCrickets)
#> 'data.frame':	24 obs. of  2 variables:
#>  $ treatment     : Factor w/ 2 levels "fed","starved": 2 2 2 2 2 2 2 2 2 2 ...
#>  $ time.to.mating: num  1.9 2.1 3.8 9 9.6 13 14.7 17.9 21.7 29 ...