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 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().
1 | data("PhenoEvoData_small")
|
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
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.