rsleep: A R package for sleep data analysis

CRAN Downloads License:MIT

rsleep is a multiplatform open-source R package providing a toolbox for sleep data processing, visualization and analysis. rsleep provides tools for state of the art automatic sleep stages scoring.

Installation

Development version can be directly installed from Github using the devtools package :

devtools::install_github("boupetch/rsleep")

Stable version can be downloaded and installed from CRAN:

install.packages("rsleep")

Usage

library(rsleep)

Vignettes

Examples

Detecting R peaks in ECG signal

Processing a hypnogram

Plotting a hypnodensity

Computing a transition matrix

rsleep in publications