knitr::opts_chunk$set(echo = TRUE)
This is for managing and understanding your PAR Odyssey Xtreem data
remotes::install_github("rfrancolini/parXtreem")
library(parXtreem) x <- read_parXtreem() x
parplot_x <- draw_plot(x) parplot_x
ss <- as.POSIXct(c("2021-05-20", "2021-06-01"), tz = "UTC") xud <- read_parXtreem(clipped = "user", startstop = ss) xud
parplot_xud <- draw_plot(xud) parplot_xud
xna <- read_parXtreem(clipped = "none") xna
parplot_na <- draw_plot(xna) parplot_na
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.