smart_compMATs
smart_compMATs(
MAT1,
MAT2 = NULL,
which_range = NULL,
xlab,
ylab,
show_corr = TRUE,
show_plot = FALSE,
main = NULL,
vec_col = NULL,
...
)No return value.
A numeric matrix
A second numeric matrix of columns
comparable to MAT1. Default is set to NULL
resulting in histograms plotted for columns of MAT1
Default is set to NULL
to calculate data ranges. Otherwise if set to "01",
will enforce minimum 0 and maximum 1. If set to a
numeric vector of two elements, will enforce the range.
A string for x-axis label
A string for y-axis label
Boolean set to TRUE to print Pearson and Spearman correlations
Boolean set to TRUE to plot comparison of two matrices
A string for the plot title
A vector of colors to color scatter plot points
arguments passed to plot