PhenoEvoData_small: A small PhenoEvoDataset for example use - a few runs, last 10...

Description Usage Format Examples

Description

This dataset is a small sample dataset, a subset of the main PhenoEvoData example dataset available with our tutorial online. It contains only the last 10 timepoints of data from only run numbers 2, 4, and 6. This is useful for testing functions such as extract.endpoint() and summarize.endpoint().

Usage

1
data("PhenoEvoData_small")

Format

A data frame with 30 observations on the following 12 variables.

run.number

a numeric vector

toxin.conc

a numeric vector

env.noise

a numeric vector

step

a numeric vector

count.turtles

a numeric vector

mean.toxin

a numeric vector

degrade.rate

a character vector

switch.rate

a character vector

response.error

a character vector

barcode

a character vector

generation

a character vector

xydr

a character vector

Examples

1
2
3
4
data(PhenoEvoData_small)
PE.ends_small<-extract.endpoint(PhenoEvoData_small, c(2, 4, 6))
pop.level.traits<-c('degrade.rate','switch.rate','response.error','generation')
PE.ends_small<-summarize.endpoint(PE.ends_small, traitlist=pop.level.traits)

jessicaaudreylee/PhenoEvoR documentation built on Sept. 7, 2020, 3:50 a.m.