Prepare cell labels in ggcorrhm to pass to gghm
prepare_cell_labels(
mode,
cell_labels,
p_values,
cell_label_p,
cell_label_digits,
p_thresholds = NULL,
cor_mat_dat = NULL
)
Object to use as cell_labels in gghm (containing a logical, a matrix/data frame, or a list of length 2 with those things).
Plotting mode.
Cell labels (TRUE, FALSE, matrix, data frame).
Logical indicating if p-values should be computed.
Logical indicating if cell labels should be swapped for p-values.
Number of digits to display for cell labels.
P-value thresholds.
Correlation long format data from correlation tests.