Description Usage Format Examples
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))
1 | data("PhenoEvoData_run4")
|
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
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.