H2h: Paleo-depth calculation from dune height

Description Usage Arguments Value

View source: R/paleo_depth.r

Description

H2h takes estimated dune heights (H) and calculates a flow depth.

Usage

1
H2h(H, CL = 50, output = "vanilla")

Arguments

H

A vector of measured cross-set thicknesses in meters.

CL

A pre-specified confidence level. If you pick a low confidence (50%), the range in estimated flow depth will be smaller.

output

Takes two values: vanilla and rich. vanilla only returns the estimated value of h. rich returns h, as well as CI, the confidence interval around the h estimate.

Value

Either a single numeric if output = vanilla, or a list if output = rich.


ericbarefoot/paleohydror documentation built on May 3, 2019, 8:37 p.m.