plot-api / jetbrains.letsPlot / Geom / abline

abline

class abline : ABLineAesthetics, GeomOptions

Constructors

<init>

abline(slope: Double? = null, intercept: Double? = null, alpha: Number? = null, color: Any? = null, linetype: Any? = null, size: Number? = null, mapping: ABLineMapping.() -> Unit = {})

Properties

alpha

val alpha: Number?

color

val color: Any?

intercept

val intercept: Double?

linetype

val linetype: Any?

parameters

val parameters: Options

size

val size: Number?

slope

val slope: Double?