SagebrushCrickets: Sagebrush Cricket Mating Times

Description Usage Format Source Examples

Description

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

Usage

1

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

1
2
3

Example output

Loading required package: nlme
Loading required package: lattice
Loading required package: grid
Loading required package: mosaic
Loading required package: dplyr

Attaching package: 'dplyr'

The following object is masked from 'package:nlme':

    collapse

The following objects are masked from 'package:stats':

    filter, lag

The following objects are masked from 'package:base':

    intersect, setdiff, setequal, union

Loading required package: ggformula
Loading required package: ggplot2
Loading required package: ggstance

Attaching package: 'ggstance'

The following objects are masked from 'package:ggplot2':

    GeomErrorbarh, geom_errorbarh


New to ggformula?  Try the tutorials: 
	learnr::run_tutorial("introduction", package = "ggformula")
	learnr::run_tutorial("refining", package = "ggformula")
Loading required package: mosaicData
Loading required package: Matrix

The 'mosaic' package masks several functions from core packages in order to add 
additional features.  The original behavior of these functions should not be affected by this.

Note: If you use the Matrix package, be sure to load it BEFORE loading mosaic.

Attaching package: 'mosaic'

The following object is masked from 'package:Matrix':

    mean

The following object is masked from 'package:ggplot2':

    stat

The following objects are masked from 'package:dplyr':

    count, do, tally

The following objects are masked from 'package:stats':

    IQR, binom.test, cor, cor.test, cov, fivenum, median, prop.test,
    quantile, sd, t.test, var

The following objects are masked from 'package:base':

    max, mean, min, prod, range, sample, sum

   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
'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 ...

abd documentation built on May 2, 2019, 4:46 p.m.