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 consort object.

grViz

If use grViz to print the plot. Default is FALSE to use grid.draw

...

Not used.

Value

None.

See Also

add_side_box,add_split, add_side_box, grid.draw


[Package consort version 1.2.1 Index]