visualize_case_control_matrix | R Documentation |
Special to case-control visualization: upper right for cases, lower left for controls.
visualize_case_control_matrix(
mat,
dim_names = ncol(mat),
cell_metrics = "",
folding_line = TRUE,
axes = FALSE,
xlab = "",
ylab = "",
asp = 1,
title = ""
)
mat |
matrix of values: upper for cases, lower for controls; |
dim_names |
names of the columns, from left to right. It is also the
names of the rows, from bottom to top. Default is 1 through |
cell_metrics |
the meaning of number in every cell; |
folding_line |
Default is |
axes |
plot axes; default is |
xlab |
label for x-axis |
ylab |
label for y-axis |
asp |
aspect ratio; default is |
title |
text for the figure |
plotting function; no returned value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.