Description Usage Arguments Value Examples
A function to select points inside a box.
1 | trackJR_pbox(data_trackJR, data_box)
|
data_trackJR |
The data frame with column "x" and "y" generated by the trackJR function. |
data_box |
The box coordinates generated by the [trackJR_box] to determine the point inside the box. |
a subset of the [data_trackJR] inside the box.
1 2 3 4 5 | #' #'mypathDirandFile<-"C:/Users/test/vid.mp4"
dataT<-trackJR(mypathDirandFile)
graf<-trackJR_ggplot(mypathDirandFile,dataT)
trackJR_box(graf,"box1")
estimuli<-trackJR_pbox(dataT,box1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.