summ_boxplot | R Documentation |
boxplot.stats
Summary with boxplot.stats
.
summ_boxplot( data, box_var = "ratio_log", group_var = NULL, prune_var = NULL, is_log = TRUE, coef = 1.5 )
data |
Dataframe. |
box_var |
Name of variable used by |
group_var |
Name of grouping variable. If |
prune_var |
Name of variable with prune id. If |
is_log |
TRUE: Convert computations with |
coef |
Numeric constant to determine how far the whisker extends. If
zero, the whiskers will extend to extremes and no outlier will be returned.
See |
The summary allows to exclude pruned data from the stats.
Data.frame with boxplot.stats by group_var
.
https://stackoverflow.com/questions/56669653/boxplot-stats-in-dplyr-with-groups
grDevices boxplot.stats
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.