Boxplot of a data frame returned by momentum() summarizing the contribution to similarity (negative) and/or dissimilarity (positive) of individual variables across all time series.
momentum_boxplot(df =NULL, fill_color =NULL, f = median, text_cex =1)
Arguments
df: (required, data frame) Output of momentum(), momentum_ls(), or momentum_dtw(). Default: NULL
fill_color: (optional, character vector) boxplot fill color. Default: NULL
f: (optional, function) Function to summarize psi scores (for example, mean) when there are several combinations of parameters in df. Ignored when there is a single combination of arguments in the input. Default: mean
text_cex: (optional, numeric) Multiplier of the text size. Default: 1