Learn R Programming

ev.trawl (version 0.1.0)

ComputeB1Exp: Wrapper to compute difference area between t2 and t1 under exponential trawl function.

Description

Wrapper to compute difference area between t2 and t1 under exponential trawl function.

Usage

ComputeB1Exp(rho, t1, t2)

Arguments

rho

Exponential trawl parameter (should be non-negative).

t1

First timestamp.

t2

Second timestamp.

Value

Difference area between t1 and t2 under exponential trawl function. Relies on ComputeB3Exp.

Examples

Run this code
# NOT RUN {
ComputeB1Exp(1, t1 = 3, t2 = 5)
ComputeB1Exp(0.2, t1 = 7, t2 = 3)

# }

Run the code above in your browser using DataLab