R/motor_unit_data.R

#' Motor unit time series
#'
#' Example time series of 2 motor units' discharges for the calculation of
#' synchronization.
#'
#' @docType data
#' 
#' @usage data(motor_unit_data)
#' 
#' @format Data frame with 30,000 rows and 3 columns
#' \describe{
#' \item{Time}{time in seconds}
#' \item{motor_unit_1}{Binary indicator of discharge (1) or not (0)}
#' \item{motor_unit_2}{Binary indicator of discharge (1) or not (0)}
#' }
#'
"motor_unit_data"
tweedell/motoRneuron documentation built on June 21, 2019, 10:43 p.m.