plot.consort: Add methods to print function

View source: R/utils.R

plot.consortR 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


consort documentation built on Sept. 23, 2023, 1:06 a.m.