powered by
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)
Dataframe whose groups shall be combined.
Character string giving the name of the group column in `data`.
Vector of character strings giving the grouping variables.
Integer indicating the number of groups to display. Default is 15.
15
dataframe with groups combined to "Rest" if contribution is low.
Other combine functions: combine_runs
combine_runs
# NOT RUN { df <- combine_groups(ref_dm, group_col = "prey") df <- combine_groups(ref_dm, group_col = "prey", combine_thresh = 2) # }
Run the code above in your browser using DataLab