aboutsummaryrefslogtreecommitdiff
path: root/man/lambda2psi.Rd
blob: c9fdbdde125509f53eee6a89cc0037d66ca3c5c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
\name{lambda2psi}
\Rdversion{1.1}
\alias{lambda2psi}
\title{
Convert Poisson mean (lambda) to probability of occurrence (psi).
}
\description{
Abundance and occurrence are fundamentally related.
}
\usage{
lambda2psi(lambda)
}
\arguments{
  \item{lambda}{
	Numeric vector with values >= 0
}
}
\value{
	A vector of psi values of the same length as lambda.
}
\seealso{
\code{\link{pcount}}, \code{\link{multinomPois}}, \code{\link{distsamp}}
}
\examples{
lambda2psi(0:5)
}