PhenoEvoData_run4: A small PhenoEvoDataset for example use - a single run,...

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 data from only a single experiment (run4) and from only every 10th timepoint. It is useful for testing functions for plotting timecourses, such as switch.rate.timecourse() and barcode.timecourse(). PhenoEvoData_run4 was generated from PhenoEvoData using the following: PhenoEvoData_run4<-subset(PhenoEvoData, run.number==4 & step PhenoEvoData_run4$step<-seq(1, length(PhenoEvoData_4$step))

Usage

1
data("PhenoEvoData_run4")

Format

A data frame with 101 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

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