Description Usage Arguments Value Examples
View source: R/trackJR_refpoint.R
Funtcion to generate reference points for analyze tracking in batch mode.
1 | trackJR_refpoint(listBatch)
|
listBatch |
The 'list' object for generate referent point for each video. |
The function add an object called "refpoint" for each video in the 'list'.
1 2 3 | mypathDir<-"C:/Users/test" # write the string without last bar "/"
trackdata<-trackJR_Batch(mypathDir)
trackJR_refpoint(trackdata)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.