interface ABLineAesthetics : OptionsCapsule
alpha |
abstract val alpha: Any? |
color |
abstract val color: Any? |
intercept |
abstract val intercept: Any? |
linetype |
abstract val linetype: Any? |
size |
abstract val size: Any? |
slope |
abstract val slope: Any? |
seal |
open fun seal(): Options |
ABLineMapping |
class ABLineMapping : ABLineAesthetics, WithGroupOption |
geom_abline |
Add a line with specified slope and intercept to the plot. class geom_abline : ABLineAesthetics, LayerBase
|