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"

Try the motoRneuron package in your browser

Any scripts or data that you put into this service are public.

motoRneuron documentation built on May 2, 2019, 6:33 a.m.