| stk_read_lux | R Documentation |
Read Migrate Technology Ltd. '.lux' files and re-formats them to a skytrackr compatible format.
stk_read_lux(files, verbose = TRUE)
files |
A '.lux' file or list of '.lux' files with light level values |
verbose |
provide detailed feedback |
A skytrackr compatible data frame for use in further location estimation.
# read in the demo lux file
df <- stk_read_lux(
system.file("extdata/cc876.lux", package="skytrackr")
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.