trackJR_ggplot: trackJR_ggplot

Description Usage Arguments Value Examples

Description

Generate a ggplot class object for the tracking a video. As a ggplot object you can add more layers.

Usage

1
trackJR_ggplot(pathDirtoVid, dataTrackJR, frameIMG = 1)

Arguments

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.

Value

A ggplot object.

Examples

1
2
3
mypathDirandFile<-"C:/Users/test/vid.mp4"
dataT<-trackJR(mypathDirandFile)
graf<-trackJR_ggplot(mypathDirandFile,dataT)

Gdlv/trackJR documentation built on June 24, 2021, 2:06 p.m.