Skip to main content
Dryad

Need for speed: Short lifespan selects for increased learning ability - Data

Data files

Oct 25, 2019 version files 18.78 MB

Abstract

The first dataset provides the R code for the simualiton.

The other datasets give trait values of "learning speed" ("L") for each Individual in each generation (1-200) for different lifespans (season length). From season length 1 to 800.

One dataframe ("Metapop") provide results of all 10 runs and give the mean trait value ("L") for a given sl (1-800) for each run. 

One dataframe ("Meta118") provide results of all 10 runs and give the individual trait values ("L","Picky") and the individual scores for collected number of  resource items ("Colsum") and sum of value of all collected resoruces ("sumS")  for a given sl=118 for each run. 

 

The dataframes can be uploaded into R by e.g.:

df<-read.csv(".../dfL_1")