interface HLineAesthetics : OptionsCapsule
alpha |
abstract val alpha: Any? |
color |
abstract val color: Any? |
linetype |
abstract val linetype: Any? |
size |
abstract val size: Any? |
yIntercept |
abstract val yIntercept: Any? |
seal |
open fun seal(): Options |
geom_hline |
Add straight horizontal lines to a plot class geom_hline : HLineAesthetics, LayerBase
|
HLineMapping |
class HLineMapping : HLineAesthetics, WithGroupOption |