Uses Chapman's modified version of the Lincoln-Petersen estimator for a two-sample closed population abundance estimator.
Value
A list containing:
- N.hat
- the abundance estimate 
- SE
- the standard error of the abundance estimate 
Examples
# Use simulation code to generate data and analyze it
if (FALSE) { # \dontrun{
 LP.sim(N=5E4, mark=300, recap=0.2,sample.fixed=TRUE)->sim.dat
 chapman(r=sim.dat$r,
          n=sim.dat$n,
          m=sim.dat$m)
} # }