https://github.com/cran/unmarked
Revision 0136b4ed3af7fad0eec521631b4d2ea546980de2 authored by Ian Fiske on 02 March 2010, 00:00:00 UTC, committed by Gabor Csardi on 02 March 2010, 00:00:00 UTC
1 parent 7b58ce3
Raw File
Tip revision: 0136b4ed3af7fad0eec521631b4d2ea546980de2 authored by Ian Fiske on 02 March 2010, 00:00:00 UTC
version 0.8-3
Tip revision: 0136b4e
lambda2psi.Rd
\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)
}
back to top