interface BoxplotStatParameters : OptionsCapsule
coef |
abstract val coef: Any? |
varWidth |
abstract val varWidth: Any? |
seal |
open fun seal(): Options |
BoxplotParameters |
interface BoxplotParameters : BoxplotStatParameters |
stat_boxplot |
class stat_boxplot : BoxplotAesthetics, BoxplotStatParameters, LayerBase
|