README.md

rsleep: A R package for sleep data analysis

CRAN Downloads License:MIT DOI

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

Plotting a spectrogram

Detecting R peaks in ECG signal

Processing a hypnogram

Plotting a hypnodensity

Computing a transition matrix

Citation

@software{paul_bouchequet_2022_7474289,
  author       = {Paul Bouchequet},
  title        = {rsleep},
  month        = dec,
  year         = 2022,
  publisher    = {Zenodo},
  version      = {1.0.6},
  doi          = {10.5281/zenodo.7416363},
  url          = {https://doi.org/10.5281/zenodo.7416363}
}

rsleep usage in scientific litterature



Try the rsleep package in your browser

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

rsleep documentation built on Nov. 6, 2023, 1:06 a.m.