plot.consort {consort} | R Documentation |
Add methods to print function
Description
Method for plot objects and display the output in on a grid device.
Usage
## S3 method for class 'consort'
plot(x, grViz = FALSE, ...)
## S3 method for class 'consort'
print(x, grViz = FALSE, ...)
Arguments
x |
A |
grViz |
If use grViz to print the plot.
Default is |
... |
Not used. |
Value
None.
See Also
add_side_box
,add_split
,
add_side_box
, grid.draw
[Package consort version 1.2.2 Index]