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