Package-level declarations
The jointPlot()
function produces a joint plot that contains bivariate and univariate graphs at the same time.
Examples
Functions
Link copied to clipboard
fun jointPlot(data: Map<*, *>, x: String, y: String, geom: String? = null, bins: Any? = null, binWidth: Any? = null, color: String? = null, size: Number? = null, alpha: Number? = null, colorBy: String? = null, showLegend: Boolean = true, regLine: Boolean? = null, se: Boolean = true, marginal: String? = null): Plot
Produces a joint plot that contains bivariate and univariate graphs at the same time.