plotSim: Plot the simulated positions

Description Usage Arguments See Also Examples

View source: R/2DLTfunctions.r

Description

Plots the simulated data.

Usage

1
plotSim(simDat, nclass = 10, xlab = "", ylab = "", image = FALSE, ...)

Arguments

simDat

object from a call of simXY

nclass

number of bins in x and y histograms

xlab

x-axis label for sightings scatter plot

ylab

y-axis label for sightings scatter plot

image

Boolean TRUE image background on sightings scatter plot.

...

other arguments to be passed into plotfit.y

See Also

simXY plotSim plotfit.y

Examples

1
2
3
4
n=100;ymin=0.01;ymax=5;W=1
b=log(c(0.75,1));logphi=c(0.5,log(0.2))
simDat=sim.n(n,ymin,ymax,W,h2,b,pi.norm,logphi)
plotSim(simDat=simDat,nclass=12)

david-borchers/LT2D documentation built on Aug. 17, 2020, 1:37 a.m.