simData.plot: A function to plot the simulated data

Description Usage Arguments Examples

Description

This function is just a convient way to plot the simulated data.

Usage

1
simData.plot(simData, max.tracks = 5)

Arguments

simData

data generated by simulateData.

max.tracks

limits the plots to tracks below this number.

Examples

1
2
sim.df <- simulateData()
simData.plot(sim.df)

tbonne/moveStan documentation built on May 31, 2019, 4:49 a.m.