print.Block {DiGGer} | R Documentation |
Print a Block
object.
## S3 method for class 'Block' print(this, blockid = "", type = "description", RowsInDesign = NULL, ColumnsInDesign = NULL, ...)
this |
A DiGGer |
blockid |
A block number to be printed. |
type |
Print a |
RowsInDesign |
Number of rows in the design, needed for
|
ColumnsInDesign |
Number of columns in the design, needed for
|
... |
Not used. |
Prints a description of the Block
object to the terminal screen
when type="description"
. Creates a column vector of block
numbers when type="list"
and RowsInDesign
and
ColumnsInDesign
are supplied.
Neil Coombes