From f1ab2d1a79d49b376e59a437f17c6609db8da2f5 Mon Sep 17 00:00:00 2001 From: JZauner <112665672+JZauner@users.noreply.github.com> Date: Thu, 19 Oct 2023 06:59:11 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20tscnlab/?= =?UTF-8?q?LightLogR@2050fd10f0f8bbc6f0dc4f737e0a60ef175ba450=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- articles/Styling.html | 746 ++++++++++++++--------------- pkgdown.yml | 2 +- reference/cut_Datetime.html | 10 +- reference/import.Dataset.html | 4 +- reference/import.Statechanges.html | 8 +- search.json | 2 +- 6 files changed, 389 insertions(+), 383 deletions(-) diff --git a/articles/Styling.html b/articles/Styling.html index 66eeb94..70666d7 100644 --- a/articles/Styling.html +++ b/articles/Styling.html @@ -186,23 +186,23 @@
dataset.LL %>% group_by(Date = as_date(Datetime)) %>%
summarize(range.MEDI = range(MEDI) %>% str_flatten(" - ")) %>% gt()
-
dataset.LL %>% gg_day(size = 0.25, interactive = TRUE)
#> Warning: Transformation introduced infinite values in continuous y-axis
We can already see some patterns and features in the luminous +
+We can already see some patterns and features in the luminous exposure across the days. In general, the participant seems to have woken (or at least started wearing the light logger) after 9:00 and went to bed (or, again, stopped wearing the device) at around 23:00.
@@ -764,23 +764,23 @@
dataset.sleep <- dataset.sleep %>% sc2interval()
dataset.sleep %>% head() %>% gt()
Brown.intervals <- dataset.sleep %>% sleep.int2Brown()
Brown.intervals %>% head() %>% gt()
dataset.LL <- dataset.LL %>% Brown2reference(Brown.rec.colname = Reference.Brown)
dataset.LL %>% select(!Reference.Brown.label) %>% tail() %>% gt()