Function to build a heat map displaying the values of given data matrix. This graph is useful for a visual inspection of the spatial distribution of the observations within the target matrix.
plot_matrix(
y,
standardize.rows = TRUE,
reorder.rows = TRUE,
reorder.cols = TRUE,
high.contrast = TRUE
)
data matrix to be evaluated.
logical argument (default = TRUE) indicating whether to standardize the rows of y to build the image.
logical argument (default = TRUE) indicating whether to reorder the rows of y to highlight a pattern.
logical argument (default = TRUE) indicating whether to reorder the columns of y to highlight a pattern.
logical argument (default = TRUE) indicating whether to apply a transformation to increase contrast in the image of y.
slfm
, process_matrix
, slfm_list