plot_summarized_data: Plot a sumarrized version of the Rythm data found by...

View source: R/plot_summarized_data.R

plot_summarized_dataR Documentation

Plot a sumarrized version of the Rythm data found by Rythm_analysis

Description

Plot a sumarrized version of the Rythm data found by Rythm_analysis

Usage

plot_summarized_data(raw_data = NULL, analyzed_data = NULL,
dir_choose_gui = TRUE)

Arguments

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.

Examples

plot_summarized_data(raw_data = monitor_downsampled, analyzed_data = monitor_analysis, dir_choose_gui = TRUE)


edpclau/circadian-dynamics documentation built on Aug. 25, 2023, 12:18 p.m.