Computes the integral of distpdf
with scale=1 (stdint=TRUE
) or
specified scale (stdint=FALSE
).
gstdint(
x,
ddfobj,
index = NULL,
select = NULL,
width,
standardize = TRUE,
point = FALSE,
stdint = TRUE,
doeachint = FALSE,
left = left
)
vector of integral values of detection function
lower, upper value for integration
distance detection function specification
specific data row index
logical vector for selection of data values
truncation width
if TRUE
, divide through by the function evaluated
at 0
logical to determine if point (TRUE
) or line
transect(FALSE
)
if TRUE
, scale=1 otherwise specified scale used
if TRUE
perform integration using
integrate
left truncation width
Jeff Laake and David L Miller