interface BoxplotAesthetics : OptionsCapsule
weight |
abstract val weight: Any? |
seal |
open fun seal(): Options |
BoxplotMapping |
class BoxplotMapping : BoxplotAesthetics, WithGroupOption |
stat_boxplot |
class stat_boxplot : BoxplotAesthetics, BoxplotStatParameters, LayerBase
|