
Constructive options for class 'GuideAxisStack'
Source:R/s3-ggplot2-GuideAxisStack.R
opts_GuideAxisStack.Rd
These options will be used on objects of class 'GuideAxisStack'.
Usage
opts_GuideAxisStack(constructor = c("guide_axis_stack", "next"), ...)
Details
Depending on constructor
, we construct the object as follows:
"guide_axis_stack"
(default): We build the object usingggplot2::guide_axis_stack()
."next"
: Use the constructor for the next supported class.