Learn R Programming

unmarked (version 0.11-0)

lambda2psi: Convert Poisson mean (lambda) to probability of occurrence (psi).

Description

Abundance and occurrence are fundamentally related.

Usage

lambda2psi(lambda)

Arguments

lambda
Numeric vector with values >= 0

Value

A vector of psi values of the same length as lambda.

See Also

pcount, multinomPois, distsamp

Examples

Run this code
lambda2psi(0:5)

Run the code above in your browser using DataLab