Description Usage Arguments Value Examples
Generate a simple summary for each 'boxes' solving how many points are in the box?.
1 | trackJR_summ(data_trackJR, boxes = NULL, var_names = NULL)
|
data_trackJR |
The data frame with columns "fr", "x" and "y" generated by the 'trackJR' function. |
boxes |
a Lit of The boxes names generated by the 'trackJR_box' function. |
var_names |
a List variable names to call the boxes. |
It return a data.frame with the count of point in each boxes.
1 2 3 4 5 6 7 8 | mypathDirandFile<-"C:/Users/test/vid.mp4"
dataT<-trackJR(mypathDirandFile)
graf<-trackJR_ggplot(mypathDirandFile,dataT)
trackJR_box(graf,"box1")
trackJR_box(graf,"box2")
trackJR_box(graf,"box3")
summaryData<- trackJR_summ (dataT,list(box1,box2,box3),list("estimuli","control","blank"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.