R/s3-ggplot2-CoordTransform.R
opts_CoordTransform.RdThese 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>
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.