designPlot
.This function plots a block boundary on a plot produced by designPlot
.
It allows control of the starting unit, through rstart and cstart,
and the number of rows (nrows) and columns (ncolumns) from the starting unit
that the blocks to be plotted are to cover.
blockboundaryPlot(blockdefinition = NULL, blocksequence = FALSE,
rstart= 0, cstart = 0, nrows, ncolumns,
blocklinecolour = 1, blocklinewidth = 2)
A matrix
of block sizes:
if there is only one row, then the first element is interpreted as the no. rows in each block and blocks with this number of rows are to be repeated across the rows of the design.
if there is more than one row, then each row of the matrix specifies a block, with the sequence of rows in the matrix specifying a corresponding sequence of blocks down the rows of the design.
Similarly, a single value for a column specifies a repetition of blocks of that size across the columns of the design, while several column values specifies a sequence of blocks across the columns of the size specified.
A logical
that determines whether block numbers are repetitions
or sequences of block numbers.
A numeric
speccifying the row after which the plotting
of block boundaries is to start.
A numeric
speccifying the column after which the plotting
of block boundaries is to start.
A numeric
the number of rows (nrows), from the starting unit,
that the blocks to be plotted are to cover.
A numeric
the number of columns (ncolumns), from the starting unit,
that the blocks to be plotted are to cover.
A numeric
giving the width of the block boundary to be plotted.
no values are returned, but modifications are made to the currently active plot.
designPlot
, par
, DiGGer