R/s3-ggplot2-GuideAxisStack.R
opts_GuideAxisStack.RdThese options will be used on objects of class 'GuideAxisStack'.
opts_GuideAxisStack(constructor = c("guide_axis_stack", "next"), ...)An object of class <constructive_options/constructive_options_GuideAxisStack>
Depending on constructor, we construct the object as follows:
"guide_axis_stack" (default): We build the object using ggplot2::guide_axis_stack().
"next" : Use the constructor for the next supported class.