yDotplot

class yDotplot(    val bins: Int? = null,     val binWidth: Number? = null,     val center: Number? = null,     val boundary: Number? = null,     val method: String? = null,     val mapping: YDotplotStatMapping.() -> Unit = {}) : StatOptions, YDotplotStatParameters

Constructors

Link copied to clipboard
constructor(    bins: Int? = null,     binWidth: Number? = null,     center: Number? = null,     boundary: Number? = null,     method: String? = null,     mapping: YDotplotStatMapping.() -> Unit = {})

Properties

Link copied to clipboard
open override val bins: Int? = null
Link copied to clipboard
open override val binWidth: Number? = null
Link copied to clipboard
open override val boundary: Number? = null
Link copied to clipboard
open override val center: Number? = null
Link copied to clipboard
val kind: StatKind
Link copied to clipboard
val mapping: Options
Link copied to clipboard
open override val method: String? = null
Link copied to clipboard
open override val parameters: Options