These options will be used on objects of class 'CoordRadial'.
Usage
opts_CoordRadial(constructor = c("coord_radial", "next"), ...)
Details
Depending on constructor
, we construct the object as follows:
"coord_radial"
(default): We build the object usingggplot2::coord_radial()
."next"
: Use the constructor for the next supported class.