+.plotcli: Overload the "+" operator for plotcli objects
Description
This function overloads the "+" operator to merge two plotcli objects.
Usage
# S3 method for plotcli
+(plot1, plot2)
Value
A new plotcli object containing the combined data from both objects.
Arguments
- plot1
A plotcli object to be merged.
- plot2
A plotcli object to be merged.