plot_matrix {slfm} | R Documentation |
This function builds an image graph displaying a heat map of a given data matrix.
plot_matrix(y, standardize.rows = TRUE, reorder.rows = TRUE, reorder.cols = TRUE, high.contrast = TRUE)
y |
data matrix to be evaluated. |
standardize.rows |
logical argument (default = TRUE) indicating whether to standardize the rows of y to build the image. |
reorder.rows |
logical argument (default = TRUE) indicating whether to reorder the rows of y to highlight a pattern. |
reorder.cols |
logical argument (default = TRUE) indicating whether to reorder the columns of y to highlight a pattern. |
high.contrast |
logical argument (default = TRUE) indicating whether to apply a transformation to increase contrast in the image of y. |