Skip to contents

Phenotypic data (ribs) from a centric diatom lineage Stephanodiscus yellowstonensis. The time series spans about 14 000 years. The data set contains data on the number of costae (ribs) per valve. The data consists of an objects of class paleoTS (ribs_S.yellowstonensis). Objects of class paleoTS can be analyzed in evoTS. The object (trait data set) contains a vector of sample means (mm), sample variances (vv), sample sizes (nn) and sample ages (tt). The oldest sample is listed first. The data spans an interval of 13728 years.

Usage

data(ribs_S.yellowstonensis)

Format

An object of class "paleoTS".

References

Theriot et al. 2006. Late Quaternary rapid morphological evolution of an endemic diatom in Yellowstone Lake, Wyoming. Paleobiology 32:38-54

Examples

ln.ribs<-paleoTS::ln.paleoTS(ribs_S.yellowstonensis)
ln.ribs$tt<-ln.ribs$tt/(max(ln.ribs$tt))
opt.joint.decel(ln.ribs)
#> $logL
#> [1] 61.84763
#> 
#> $AICc
#> [1] -117.2885
#> 
#> $parameters
#>       anc     vstep         r 
#>  4.018697  1.089770 -2.200489 
#> 
#> $modelName
#> [1] "Decel"
#> 
#> $method
#> [1] "Joint"
#> 
#> $se
#> NULL
#> 
#> $K
#> [1] 3
#> 
#> $n
#> [1] 63
#> 
#> attr(,"class")
#> [1] "paleoTSfit"