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 |
Line chart which makes the y value proportional to the number of observed variable values, mapped to x axis. class geom_freqpoly : LineAesthetics, BinParameters, LayerBase
|
geom_line |
Connect points in order of the variable on the x-axis class geom_line : LineAesthetics, LayerBase
|
geom_step |
Connects observations in the order, how they appear in the data. class geom_step : LineAesthetics, LayerBase
|
LineMapping |
class LineMapping : LineAesthetics, WithGroupOption |