is_destructive {admtools}R Documentation

Is deposition destructive?

Description

Determines whether specified time is destrucive or not

Usage

is_destructive(x, t, mode = "rcll", 
bdry_pts_hiat = "destructive", out_dom_mode = "default")

Arguments

x

an adm or multiadm object

t

vector of times

mode

string, either "rcll", "lcrl", "open", or "closed"

bdry_pts_hiat

string, "destructive" or "consistent". If the adm starts/ends with a hiatus, should the start/end be removed, or treated consistently with mode?

out_dom_mode

""default", "destructive", or "conservative"

Value

logical vector of same length as t. Is deposition at time t destructive?


[Package admtools version 0.2.0 Index]