+.plotcli {plotcli} | R Documentation |
Overload the "+" operator for plotcli objects
Description
This function overloads the "+" operator to merge two plotcli objects.
Usage
## S3 method for class 'plotcli'
plot1 + plot2
Arguments
plot1 |
A plotcli object to be merged. |
plot2 |
A plotcli object to be merged. |
Value
A new plotcli object containing the combined data from both objects.
[Package plotcli version 0.1.0 Index]