is_adm {admtools}R Documentation

Is an adm object a valid age-depth model

Description

Contructors for adm objects such as tp_to_adm do not check whether the inputs define a valid age-depth mode, e.g. one where the law of superposition holds. This function performs these checks

Usage

is_adm(x, quietly = TRUE)

Arguments

x

an object

quietly

logical. should descriptive warnings be shown?

Value

logical. Is the input a valid adm object?


[Package admtools version 0.2.0 Index]