cbind.plotcli {plotcli} | R Documentation |
Generic function for combining plotcli objects horizontally
Description
Generic function for combining plotcli objects horizontally
Usage
## S3 method for class 'plotcli'
cbind(..., deparse.level = 1)
Arguments
... |
plotcli objects to be combined. |
deparse.level |
The deparsing level for the arguments. |
Value
A combined plot matrix.
[Package plotcli version 0.1.0 Index]