forge_polar_phaseint_df: Constructs data_frame suitable for polar circadian phase...

forge_polar_phaseint_dfR Documentation

Constructs data_frame suitable for polar circadian phase intervals

Description

Constructs data_frame suitable for polar circadian phase intervals

Usage

forge_polar_phaseint_df(df, rad, phase_mean, phase_int, grp = rlang::quo(what))

Arguments

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)

Value

data_frame suitable for ggplot

Examples

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))

powestermark/pwrutilities documentation built on Dec. 28, 2024, 4:44 a.m.