plotSimNotUsed: Plot the simulated positions

Description Usage Arguments Examples

View source: R/2DLTfunctions.r

Description

Plots the simulated data.

Usage

1

Arguments

simDat

object from a call of simXY

Examples

1
2
3
4
5
6
7
8
ystart=4;w=1
hr=h2; b=log(c(0.75,1))
pi.x=pi.norm; logphi=c(0.5,log(0.2))
N=500 #true number of animals
#generate some observations
simDat=simXY(N=N,pi.x=pi.x,logphi=logphi,
hr=hr,b=b,w=w,ystart=ystart)
plotSimNotUsed(simDat)

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