R/timetree.R

#' @title example time tree
#' 
#' @description
#' Time tree generated using the `ape` package. Code used to generate is
#' 
#' set.seed(1)
#' tree_in_time = ape::rlineage(birth = 1.8,
#'                              death = 0.2,
#'                              Tmax = 2)
#'                              
#'                              
#' 
"timetree"

Try the admtools package in your browser

Any scripts or data that you put into this service are public.

admtools documentation built on Oct. 4, 2024, 1:09 a.m.