trackJR_Batch_ggplot: trackJR_Batch_ggplot

Description Usage Arguments Value Examples

View source: R/trackJR_Batch.R

Description

With this function you could add to the list the ggplot using 'trackJR_ggplot'

Usage

1
trackJR_Batch_ggplot(pathDir, dataTrackJR_list)

Arguments

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.

Value

A list with the ggplot as an element of each video.

Examples

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.

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