R/package.R

#' Kinematic Data Processing Functions
#'
#' @description
#' A collection of functions for processing and fixing kinematic datasets, particularly
#' focused on motion capture data with finger tracking.
#'
#' @details
#' Functions included in this collection:
#' \itemize{
#'   \item \code{kin.trialN}: Ensures trial numbers start from 1
#'   \item \code{kin.frameN}: Creates frame counters within trials
#'   \item \code{kin.fingersOccluded}: Flags frames where fingers are occluded
#'   \item \code{kin.framesOccluded}: Counts consecutive occluded frames
#'   \item \code{kin.time}: Converts frame numbers to time based on refresh rate
#'   \item \code{kin.globalTime}: Calculates global time across all trials
#'   \item \code{kin.signal.missing}: Identifies missing or static signal frames
#' }
#'
#' @keywords internal
"_PACKAGE" 
ccamp83/kinesis documentation built on July 4, 2025, 6:19 p.m.