These options will be used on objects of class 'GuideBins'.
Usage
opts_GuideBins(constructor = c("guide_bins", "next"), ...)
Details
Depending on constructor
, we construct the object as follows:
"guide_bins"
(default): We build the object usingggplot2::guide_bins()
."next"
: Use the constructor for the next supported class.