as.bbplot {plotbb} | R Documentation |
convert a base plot function to a bbplot object
as.bbplot(fun)
fun |
a function that plot something in base graphics |
the base plot function will be plotted as a canvas and users can apply theme and add layers to it
A bbplot object
Guangchuang Yu