Common Boxplot Component of distantia_boxplot()
and momentum_boxplot()
distantia_boxplot()
and momentum_boxplot()
utils_boxplot_common( variable = NULL, value = NULL, fill_color = NULL, f = median, main = NULL, xlab = NULL, ylab = NULL, text_cex = 1 )
variable
: (required, character vector) vector with variable or time series names. Default: NULLvalue
: (required, numeric vector) vector of numeric values to compute the boxplot for. Must have the same length as variable
. Default: NULLfill_color
: (optional, character vector) boxplot fill color. Default: NULLf
: (optional, function) function used to aggregate the input data frame and arrange the boxes. One of mean
or median
. Default: median
.main
: (optional, string) boxplot title. Default: NULLxlab
: (optional, string) x axis label. Default: NULLylab
: (optional, string) y axis label. Default: NULLtext_cex
: (optional, numeric) Multiplier of the text size. Default: 1boxplot
utils_boxplot_common( variable = rep(x = c("a", "b"), times = 50), value = stats::runif(100) )
Other internal: utils_check_args_distantia()
, utils_check_args_matrix()
, utils_check_args_momentum()
, utils_check_args_path()
, utils_check_args_tsl()
, utils_check_args_zoo()
, utils_check_distance_args()
, utils_check_list_class()
, utils_clean_names()
, utils_digits()
, utils_distantia_df_split()
, utils_prepare_df()
, utils_prepare_matrix()
, utils_prepare_matrix_list()
, utils_prepare_time()
, utils_prepare_vector_list()
, utils_prepare_zoo_list()
, utils_tsl_pairs()