forge_polar_phaseint_df | R Documentation |
Constructs data_frame suitable for polar circadian phase intervals
forge_polar_phaseint_df(df, rad, phase_mean, phase_int, grp = rlang::quo(what))
df |
input data_frame with: |
rad |
radial distance(s) for interval segment (quosure) |
phase_mean |
phase means (quosure) |
phase_int |
e.g. phase SD, positive (quosure) |
grp |
grouping variable (quosure) |
data_frame suitable for ggplot
df <- dplyr::data_frame(what="test", rad=1, phase_mean=23, phase_int=2)
df %>% forge_polar_phaseint_df(rlang::quo(rad),
rlang::quo(phase_mean), rlang::quo(phase_int))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.