rbind.plotcli {plotcli} | R Documentation |
Generic function for combining plotcli objects vertically
Description
Generic function for combining plotcli objects vertically
Usage
## S3 method for class 'plotcli'
rbind(..., 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]