Description Usage Arguments Value
View source: R/Summarize_trajectories.R
Takes the data comprising the information for each frame and calculates summary statistics such as mean and sd (for all morphology metrics) and mean, sd and min/max for some of the movement metrics along the trajectory. Values are rounded to the second decimal.
1 2  | summarize_trajectories(data, calculate.median = T, write = FALSE, to.data,
  merged.data.folder)
 | 
data | 
 dataframe with the information on morphology and movement for each frame  | 
calculate.median | 
 logical value to indicate whether the median/IQR or the mean/SD summaries should be calculated for the morphology  | 
write | 
 logical argument to indicate whether aggregated information should be saved to disk  | 
to.data | 
 path to the working directory  | 
merged.data.folder | 
 directory where the global database is saved  | 
returns a data.table with the aggregated morphology and movement information for each trajectory
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.