Description Usage Arguments Value Examples
Generate a ggplot class object for the tracking a video. As a ggplot object you can add more layers.
1 | trackJR_ggplot(pathDirtoVid, dataTrackJR, frameIMG = 1)
|
pathDirtoVid |
Character string for path to the video. |
dataTrackJR |
The data of your tracked video to plot the track. |
frameIMG |
The frame you want to plot. |
A ggplot object.
1 2 3 | mypathDirandFile<-"C:/Users/test/vid.mp4"
dataT<-trackJR(mypathDirandFile)
graf<-trackJR_ggplot(mypathDirandFile,dataT)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.