extract_eri: Extract the ERI ('Extinction Rate of an Incipient species')...

Description Usage Arguments Value Author(s) Examples

Description

Extract the ERI ('Extinction Rate of an Incipient species') parameter value from a file

Usage

1

Arguments

file

A loaded parameter file

Value

the value of the ERI parameter

Author(s)

Richel Bilderbeek

Examples

1
2
3
  file <- read_file(find_path("toy_example_1.RDa"))
  eri <- extract_eri(file)
  testit::assert(eri >= 0.0)

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