PE.ends: A sample final-timepoint dataset from a Pheno-Evo experiment

Description Usage Format Examples

Description

This is an example Pheno-Evo dataset containing the final timepoints from each of 9 runs in a BehaviorSpace parameter sweep. It is useful for testing any functions for analyzing or visualizing data from the final timepoints. It was generated from the main example dataset PhenoEvoData (available online with our tutorial) with the following commands: PE.ends<-extract.endpoint(PhenoEvoData, run.numbers) pop.level.traits<-c('degrade.rate','switch.rate','response.error','generation') PE.ends<-summarize.endpoint(PE.ends, pop.level.traits) dr.fundiv<-calc.fun.div(PE.ends, 'degrade.rate') PE.ends<-merge(PE.ends, dr.fundiv, by='run.number')

Usage

1
data("PE.ends")

Format

A data frame with 9 observations on the following 20 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

mean.degrade.rate

a numeric vector

mean.switch.rate

a numeric vector

mean.response.error

a numeric vector

mean.generation

a numeric vector

nbsp

a numeric vector

FRic

a numeric vector

FEve

a numeric vector

FDis

a numeric vector

Examples

1
2
3
data(PE.ends)
generation.heatmap(PE.ends, toxin.conc, env.noise)
phenotype.histogram(PE.ends, xvar=env.noise, yvar=toxin.conc)

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