Description Usage Arguments Details Value Examples
View source: R/2DLTfunctions.r
Simulates sightings from a known population given a density distribution
and hazard rate.  This function has been replaced by sim.n.
| 1 2 | 
| N | animal population | 
| pi.x | function describing the perpendicular distance density distribution | 
| logphi | parameters for pi.x (some maybe logged) | 
| hr | function describing the hazard rate | 
| b | hazard rate parameter vector | 
| w | truncation distance | 
| ystart | max forward distance at which could possibly detect animal (see details). | 
| xSampL | length of x-dimension vector to sample perpendicular distances from. | 
| discardNotSeen | boolean; discard individuals not detected. See details | 
| ... | arguments to be passed into  | 
if discardNotSeen=FALSE individuals that are not detected are 
assigned y-dimension distances = -999, otherwise discardNotSeen=TRUE 
invididuals are removed and not returned
list of $locs x and y coordinates for simulated sightings and 
$settings simulation settings.
| 1 2 3 4 5 6 7 8 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.