pi.norm: Truncated normal form for perpendicular animal density...

Description Usage Arguments Value Examples

View source: R/2DLTfunctions.r

Description

Truncated normal distribution of perpendicular animal density. Truncation occurs at x=0 (on the track line) and x=w (perpendicular truncation distance)

Usage

1
pi.norm(x, logphi, w)

Arguments

x

prependicular trackline distance

logphi

numeric vector; parameters, some of which may be logged

w

perpendicular truncation distance

Value

π(x) animal density at distance x

Examples

1
plot(seq(0,1,length=100),pi.norm(x=seq(0,1,length=100),logphi=c(0.5,log(0.3)),w=1))

david-borchers/LT2D documentation built on Aug. 17, 2020, 1:37 a.m.