extract_age: Extract the crown age from a file

Description Usage Arguments Value Note Author(s) Examples

Description

Extract the crown age from a file

Usage

1

Arguments

file

A loaded parameter file

Value

a floating point value for the crown age in time units

Note

extract_crown_age does exactly the same

Author(s)

Richel Bilderbeek

Examples

1
2
3
  file <- read_file(find_path("toy_example_1.RDa"))
  age <- extract_age(file)
  testit::assert(age == 5)

richelbilderbeek/wiritttes documentation built on May 27, 2019, 8:14 a.m.