interface LineAesthetics : OptionsCapsule
alpha |
abstract val alpha: Any? |
color |
abstract val color: Any? |
linetype |
abstract val linetype: Any? |
size |
abstract val size: Any? |
x |
abstract val x: Any? |
y |
abstract val y: Any? |
seal |
open fun seal(): Options |
geom_freqpoly |
Display a line chart which makes the y value proportional to the number of observed variable values, mapped to x axis. class geom_freqpoly : LineAesthetics, BinStatParameters, LayerBase
|
geom_line |
Connect points in the order of the variable on the x axis. class geom_line : LineAesthetics, LayerBase
|
geom_step |
Connect observations in the order in which they appear in the data by stairs. class geom_step : LineAesthetics, LayerBase
|
LineMapping |
class LineMapping : LineAesthetics, WithGroupOption |