plot_binary_matrix: Plot a binary matrix optionally with tiles.

Description Usage Arguments Value

Description

Plot a binary matrix optionally with tiles. A bit is plotted as an asterisk and a zero as a dot (or optionally not plotted).

Usage

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)

Arguments

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.

Value

Nothing


bwrc/semigeom-r documentation built on May 13, 2019, 9:20 a.m.