dv_sync_summary: Summarize the video sync times in a dvw file

View source: R/video.R

dv_sync_summaryR Documentation

Summarize the video sync times in a dvw file

Description

This function will generate a summary of various video time differences in a dvw file. Apply this to a file that you have synchronized to video, and the results can be used to tweak the behaviour of dv_sync_video.

Usage

dv_sync_summary(x)

Arguments

x

datavolley: a single datavolley object as returned by dv_read, or the plays component of one

Value

A data.frame with columns type, N, mean, most_common, min, max

See Also

dv_sync_video

Examples

x <- dv_read(dv_example_file(3))
dv_sync_summary(x)


raymondben/datavolley documentation built on April 25, 2024, 10:22 a.m.