print.checkGam: Printing the output of check.gamViz
Description
This method prints the output of check.gamViz.
Usage
# S3 method for checkGam
print(x, lay = NULL, ...)
Value
Returns the output of grid.arrange
, invisibly.
Arguments
- x
the output of check.gamViz
.
- lay
the layout_matrix
passed to gridExtra::grid.arrange.
- ...
further arguments to be passed to grid.arrange
.