Learn R Programming

unmarked (version 1.4.3)

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

Description

Abundance and occurrence are fundamentally related.

Usage

lambda2psi(lambda)

Value

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

Arguments

lambda

Numeric vector with values >= 0

See Also

pcount, multinomPois, distsamp

Examples

Run this code
lambda2psi(0:5)

Run the code above in your browser using DataLab