bracketDodge

class bracketDodge(val x: Any? = null, val y: Any? = null, val istart: Any? = null, val iend: Any? = null, val lenstart: Any? = null, val lenend: Any? = null, val label: Any? = null, val size: Any? = null, val linetype: Any? = null, val color: Any? = null, val alpha: Any? = null, val family: Any? = null, val fontface: Any? = null, val hjust: Any? = null, val vjust: Any? = null, val angle: Any? = null, val lineheight: Any? = null, val segmentColor: Any? = null, val segmentSize: Any? = null, val segmentAlpha: Any? = null, val labelFormat: String? = null, val naText: String? = null, val nudgeX: Number? = null, val nudgeY: Number? = null, val nudgeUnit: String? = null, val checkOverlap: Boolean? = null, val bracketShorten: Number? = null, val tipLengthUnit: String? = null, val dodgeWidth: Number? = null, val nGroup: Int? = null, val sizeUnit: String? = null, val colorBy: String? = null, val mapping: BracketDodgeMapping.() -> Unit = {}) : GeomOptions, BracketDodgeAesthetics, BracketDodgeParameters, TextParameters, WithSizeUnitOption, WithColorOption

Constructors

Link copied to clipboard
constructor(x: Any? = null, y: Any? = null, istart: Any? = null, iend: Any? = null, lenstart: Any? = null, lenend: Any? = null, label: Any? = null, size: Any? = null, linetype: Any? = null, color: Any? = null, alpha: Any? = null, family: Any? = null, fontface: Any? = null, hjust: Any? = null, vjust: Any? = null, angle: Any? = null, lineheight: Any? = null, segmentColor: Any? = null, segmentSize: Any? = null, segmentAlpha: Any? = null, labelFormat: String? = null, naText: String? = null, nudgeX: Number? = null, nudgeY: Number? = null, nudgeUnit: String? = null, checkOverlap: Boolean? = null, bracketShorten: Number? = null, tipLengthUnit: String? = null, dodgeWidth: Number? = null, nGroup: Int? = null, sizeUnit: String? = null, colorBy: String? = null, mapping: BracketDodgeMapping.() -> Unit = {})

Properties

Link copied to clipboard
open override val alpha: Any? = null
Link copied to clipboard
open override val angle: Any? = null
Link copied to clipboard
open override val bracketShorten: Number? = null
Link copied to clipboard
open override val checkOverlap: Boolean? = null

Skips plotting text that overlaps previous text in the same layer.

Link copied to clipboard
open override val color: Any? = null
Link copied to clipboard
open override val colorBy: String? = null

default = "color" ("fill", "color", "paint_a", "paint_b", "paint_c"). Defines the color aesthetic for the layer.

Link copied to clipboard
open override val dodgeWidth: Number? = null
Link copied to clipboard
open override val family: Any? = null
Link copied to clipboard
open override val fontface: Any? = null
Link copied to clipboard
open override val hjust: Any? = null
Link copied to clipboard
open override val iend: Any? = null
Link copied to clipboard
open override val istart: Any? = null
Link copied to clipboard
val kind: GeomKind
Link copied to clipboard
open override val label: Any? = null
Link copied to clipboard
open override val labelFormat: String? = null

Specifies the format pattern for displaying mapped values.

Link copied to clipboard
open override val lenend: Any? = null
Link copied to clipboard
open override val lenstart: Any? = null
Link copied to clipboard
open override val lineheight: Any? = null
Link copied to clipboard
open override val linetype: Any? = null
Link copied to clipboard
val mapping: Options
Link copied to clipboard
open override val naText: String? = null

Text to show for missing values.

Link copied to clipboard
open override val nGroup: Int? = null
Link copied to clipboard
open override val nudgeUnit: String? = null

Units for x and y nudging. Possible values:

Link copied to clipboard
open override val nudgeX: Number? = null

Horizontal adjustment to nudge labels by.

Link copied to clipboard
open override val nudgeY: Number? = null

Vertical adjustment to nudge labels by.

Link copied to clipboard
open override val parameters: Options
Link copied to clipboard
open override val segmentAlpha: Any? = null
Link copied to clipboard
open override val segmentColor: Any? = null
Link copied to clipboard
open override val segmentSize: Any? = null
Link copied to clipboard
open override val size: Any? = null
Link copied to clipboard
open override val sizeUnit: String? = null

Relate the size to the length of the unit step along one of the axes. "x" uses the unit step along the x-axis, "y" uses the unit step along the y-axis. "min" uses the smaller of the unit steps along the x- and y-axes. "max" uses the larger of the unit steps along the x- and y-axes. If not specified, no fitting is performed.

Link copied to clipboard
open override val tipLengthUnit: String? = null
Link copied to clipboard
open override val vjust: Any? = null
Link copied to clipboard
open override val x: Any? = null
Link copied to clipboard
open override val y: Any? = null