Description Usage Arguments Details Value See Also Examples
Create a summary dataframe of the timing and and duration of contact phases.
1 | conTemporal(traj, units = "auto")
|
traj |
an object of the class |
units |
units of duration e.g., |
This function is used to calculate the start and end times of contact phases, and their duration following use of the conPhase
function.
A data frame, with the time and duration attributes associated with contact phases.
conPhase
1 2 3 4 5 6 7 | ## Not run:
data(does)
doecons <- conProcess(does,tc=15*60,dc=50)
doephas <- conPhase(doecons,pc=60*60)
conTemporal(doephas)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.