integrateTZ {MOMA}R Documentation

Integration with trapezoid method

Description

This function integrate over a numerical range using the trapezoid method

Usage

integrateTZ(x, y)

Arguments

x

Numeric vector of x values

y

Numeric vector of y values

Value

Number


[Package MOMA version 1.2.0 Index]