Description Usage Arguments Value Examples
View source: R/trackJR_Batch.R
With this function you could add to the list the ggplot using 'trackJR_ggplot'
1 | trackJR_Batch_ggplot(pathDir, dataTrackJR_list)
|
pathDir |
Path of the directory where videos saved.is a Character string; e.g. "C:myPC/videos". write the string without last bar "/" |
dataTrackJR_list |
The list with tracked videos. |
A list with the ggplot as an element of each video.
1 2 3 4 | mypathDir<-"C:/Users/test" # write the string without last bar "/"
trackdata<-trackJR_Batch(mypathDir)
trackdata2<-trackJR_Batch_ggplot(mypathDir,trackdata)
trackdata2 #Now it has the ggplot as an element.
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.