bracket
class bracket(val xmin: Any? = null, val xmax: Any? = null, val y: Any? = null, val ymin: Any? = null, val ymax: Any? = null, val x: 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 sizeUnit: String? = null, val colorBy: String? = null, val mapping: BracketMapping.() -> Unit = {}) : GeomOptions, BracketAesthetics, BracketParameters, TextParameters, WithSizeUnitOption, WithColorOption
Constructors
Link copied to clipboard
constructor(xmin: Any? = null, xmax: Any? = null, y: Any? = null, ymin: Any? = null, ymax: Any? = null, x: 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, sizeUnit: String? = null, colorBy: String? = null, mapping: BracketMapping.() -> Unit = {})
Properties
Link copied to clipboard
Link copied to clipboard
Skips plotting text that overlaps previous text in the same layer.
Link copied to clipboard
Specifies the format pattern for displaying mapped values.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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