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 @@

Participant Light Logger Data
 dataset.LL %>% group_by(Date = as_date(Datetime)) %>% 
   summarize(range.MEDI = range(MEDI) %>% str_flatten(" - ")) %>% gt()
-
- @@ -679,8 +679,8 @@

Participant Light Logger Data
 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 @@

Participant Sleep Data#> 13 205 50580s (~14.05 hours) 1 8% dataset.sleep %>% head() %>% gt() -
- @@ -1288,23 +1288,23 @@

Solar Potential dataset.LL %>% select(Id, Datetime, MEDI, Reference) dataset.LL %>% head() %>% gt()

-
- @@ -1861,23 +1861,23 @@
-
- @@ -2343,23 +2343,23 @@
-
- @@ -2838,23 +2838,23 @@
-
- @@ -3339,23 +3339,23 @@
-
- diff --git a/pkgdown.yml b/pkgdown.yml index 4ccb188..8a3c64d 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -3,7 +3,7 @@ pkgdown: 2.0.7 pkgdown_sha: ~ articles: Styling: Styling.html -last_built: 2023-10-19T06:38Z +last_built: 2023-10-19T06:58Z urls: reference: https://tscnlab.github.io/LightLogR/reference article: https://tscnlab.github.io/LightLogR/articles diff --git a/reference/cut_Datetime.html b/reference/cut_Datetime.html index 08ba42c..7d68a63 100644 --- a/reference/cut_Datetime.html +++ b/reference/cut_Datetime.html @@ -132,11 +132,11 @@

Examples#> # A tibble: 5 × 4 #> Datetime `MELANOPIC EDI` Source Datetime.rounded #> <dttm> <dbl> <chr> <dttm> -#> 1 2023-08-15 16:09:01 1926. Participant 2023-08-15 15:00:00 -#> 2 2023-08-19 05:32:51 0 Participant 2023-08-19 06:00:00 -#> 3 2023-08-20 16:02:41 595. Participant 2023-08-20 15:00:00 -#> 4 2023-08-19 06:16:02 257. Environment 2023-08-19 06:00:00 -#> 5 2023-08-19 06:17:41 5.85 Participant 2023-08-19 06:00:00 +#> 1 2023-08-17 03:23:02 0 Environment 2023-08-17 03:00:00 +#> 2 2023-08-16 08:14:11 277. Participant 2023-08-16 09:00:00 +#> 3 2023-08-19 15:47:02 50012. Environment 2023-08-19 15:00:00 +#> 4 2023-08-20 15:26:51 606. Participant 2023-08-20 15:00:00 +#> 5 2023-08-20 18:40:51 31.0 Participant 2023-08-20 18:00:00