Generate a uniform logical matrix deviate with a possibly overlapping block structure.
rlbmat(npat = 4, rows = 20, cols = 12, over = 4, noise = 0.01,
prob = 0.8, perfect = FALSE)
A logical matrix
number of patterns.
number of rows per pattern.
number of columns per pattern.
number of additional columns per pattern that overlap.
the probability of observing a one in the background (non-pattern) matrix.
the probability of observing TRUE
in a pattern.
option for overlap of the first and the last pattern.
Christian Buchta
Implements a test case for proximus
.
lmplot
and
clmplot
for plotting a logical matrix