These options will be used on objects of class 'CoordRadial'.
opts_CoordRadial(constructor = c("coord_radial", "next"), ...)An object of class <constructive_options/constructive_options_CoordRadial>
Depending on constructor, we construct the object as follows:
"coord_radial" (default): We build the object using ggplot2::coord_radial().
"next" : Use the constructor for the next supported class.