R/combine-groups.R
combine_groups.Rd
Combine values from different groups if specific groups only have a low contribution to the overall value.
combine_groups( data, group_col, groups = names(data)[!is.element(names(data), c("atoutput", "time", group_col))], combine_thresh = 15 )
data | Dataframe whose groups shall be combined. |
---|---|
group_col | Character string giving the name of the group column in `data`. |
groups | Vector of character strings giving the grouping variables. |
combine_thresh | Integer indicating the number of groups to display. Default is |
dataframe with groups combined to "Rest" if contribution is low.
Other combine functions:
combine_runs()
df <- combine_groups(ref_dm, group_col = "prey")#> Warning: `arrange_()` was deprecated in dplyr 0.7.0. #> Please use `arrange()` instead. #> See vignette('programming') for more help#>df <- combine_groups(ref_dm, group_col = "prey", combine_thresh = 2)#>#>