R/fig_sampling_behavior.R
fig_sampling_behavior.Rd
Number of samples per participant for each activity, by effect size
fig_sampling_behavior( filter_func = function(data, ...) return(data), print_plot = TRUE )
filter_func | function to filter the data before plotting |
---|---|
print_plot | (logical) set to FALSE to prevent printing the ggplot object |
Invisibly returns a list containing the ggplot objects and the result of the robust regression analysis
suppressWarnings( fig_sampling_behavior() )