calc_var: A function to assess the variability in the area calculation

View source: R/area_between.R

calc_varR Documentation

A function to assess the variability in the area calculation

Description

This function takes two profiles defined as (l1,z1) and (l2,z2) as inputs and calculates area between them

Usage

calc_var(dat, index, sigma_z, sigma_l)

Arguments

dat

data with all trapezoids information for area calculation

index

series identifier (1 or 2)

sigma_z

the uncertainty in measures l (can be different for the two series)

Value

var a table regarding the variance in areas calculated.


lvaudor/riverbed documentation built on Feb. 25, 2023, 3:47 p.m.