Description Usage Arguments Value
Plot a binary matrix optionally with tiles. A bit is plotted as an asterisk and a zero as a dot (or optionally not plotted).
1 2 3 4 5 6 | plot_binary_matrix(x, tiles = NULL, tiles_scaled = NULL, xsignal = NULL,
plot_data = TRUE, plot_discrete = TRUE, plot_signal = FALSE,
plot_dot = FALSE, main = "", savename = NULL, plot_y_labels = TRUE,
xlab = "", ylab = "", perf_string = TRUE, skipxlabel = 30,
plot_x_labels = FALSE, xvec = NULL, pointcol = "black", cex.ylab = 1,
cex.main = 2, cex.axis = 2, cex.xlab = 1)
|
x |
Data matrix. |
tiles |
A matrix with tiles. |
plot_data |
Should the data be plotted (Boolean, default is TRUE). |
plot_dot |
Should a dot be plotted for a zero (Boolean, default is FALSE). |
main |
Plot title. |
Nothing
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.