# Without initial values
colonist <- island_colonist()
# With initial values
colonist <- island_colonist(
clade_name = "bird",
status = "endemic",
missing_species = 0,
col_time = 0.5,
col_max_age = FALSE,
branching_times = 0.5,
min_age = NA_real_,
species = "bird_a",
clade_type = 1
)
Run the code above in your browser using DataLab