Package: motoRneuron Type: Package Title: Analyzing Paired Neuron Discharge Times for Time-Domain Synchronization Version: 1.0.0 Authors@R: c(person("Andrew", "Tweedell", email = "atweedell315@gmail.com", role = c("aut", "cre")), person("Matthew", "Tenan", role = "aut")) Description: The temporal relationship between motor neurons can offer explanations for neural strategies. We combined functions to reduce neuron action potential discharge data and analyze it for short-term, time-domain synchronization. Even more so, motoRneuron combines most available methods for the determining cross correlation histogram peaks and most available indices for calculating synchronization into simple functions. See Nordstrom, Fuglevand, and Enoka (1992) for a more thorough introduction. URL: http://github.com/tweedell/motoRneuron BugReports: http://github.com/tweedell/motoRneuron/issues Depends: R (>= 3.3), ggplot2, dygraphs License: GPL-2 Encoding: UTF-8 LazyData: TRUE Imports: stats (>= 3.4.1), methods RoxygenNote: 6.1.0 Suggests: knitr, rmarkdown, testthat VignetteBuilder: knitr Config/pak/sysreqs: cmake make libuv1-dev Repository: https://tweedell.r-universe.dev Date/Publication: 2019-06-21 17:18:35 UTC RemoteUrl: https://github.com/tweedell/motorneuron RemoteRef: HEAD RemoteSha: db674a3ede8804ffc24d2abb5497dab4487624bb NeedsCompilation: no Packaged: 2026-06-20 06:47:32 UTC; root Author: Andrew Tweedell [aut, cre], Matthew Tenan [aut] Maintainer: Andrew Tweedell