sample.data.irregular | R Documentation |
A dataset collected with a wearable device that has a somewhat irregular recording pattern. Overall, the data are recorded every 15 seconds. Every tenth or so measurement takes 16 seconds, every hundredths 17 seconds, every thousandths 18 seconds, and so on. This makes the dataset a prime example for handling and dealing with irregular data.
sample.data.irregular
sample.data.irregular
A tibble with 11,422 rows and 13 columns:
A character
vector indicating the participant (only P1
).
POSIXct Datetime
numeric Illuminance. Unit is lux.
numeric correlated colour temperature (CCT). Unit is Kelvin.
numeric red sensor channel output. Unit is W/m2/nm.
numeric green sensor channel output. Unit is W/m2/nm.
numeric blue sensor channel output. Unit is W/m2/nm.
numeric infrared sensor channel output. Unit is W/m2/nm.
numeric indicator for movement (intensity) of the device. Movement is given in discrete counts correlating to the number of instances the accelerometer records instances greater than 0.1875g per 15s sampling interval.
melanopic EDI measurement data. Unit is lux.
Unknown, but likely direct or derived output from the red sensor channel
Unknown, but likely direct or derived output from the green sensor channel
Unknown, but likely direct or derived output from the blue sensor channel
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.