View source: R/plot_summarized_data.R
plot_summarized_data | R Documentation |
Plot a sumarrized version of the Rythm data found by Rythm_analysis
plot_summarized_data(raw_data = NULL, analyzed_data = NULL,
dir_choose_gui = TRUE)
raw_data |
data.frame or tibble containing the raw data. The first column must be a datetime. |
analyzed_data |
data.frame returned from the rythm_analysis_by_window and multivariate_rythm_analysis functions. |
dir_choose_gui |
If TRUE (default) a GUI will help select the folder in which to save the data and plots. If FALSE, everything will be saved in the current directory. |
plot_summarized_data(raw_data = monitor_downsampled, analyzed_data = monitor_analysis, dir_choose_gui = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.