Description Usage Arguments Value Examples
snoring_stats computes snoring related stats.
1  | 
e | 
 Events dataframe. Dataframe must have   | 
ss | 
 sleep stages  | 
Total snoring count.
1 2 3 4  | e <- data.frame(begin = as.POSIXlt(c(1536967800,1536967830,1536967810),origin = "1970-01-01"))
e$end <- as.POSIXlt(c(1536967830,1536967860,1536967820), origin = "1970-01-01")
e$event = c("N3","N3","back")
pos_stats(e)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.