bbplot_add {plotbb} | R Documentation |
Add custom objects to bbplot
bbplot_add(object, plot)
object |
An object to add to the plot |
plot |
The bbplot object to add 'object' to |
This generic allows you to add your own methods for adding custom objects to a bbplot object.
A modified bbplot object
Guangchuang Yu