These options will be used on objects of class 'CoordTransform'.
opts_CoordTransform(constructor = c("coord_transform", "next"), ...)An object of class <constructive_options/constructive_options_CoordTransform>
String. Name of the function used to construct the object.
Additional options used by user defined constructors through the opts object
Depending on constructor, we construct the object as follows:
"coord_transform" (default): We build the object using ggplot2::coord_transform().
"next" : Use the constructor for the next supported class.