points

fun points(type: String? = null, diag: Boolean? = null): CorrPlot

Adds points layer to corr plot.

Parameters

type

Type of the matrix: "upper", "lower" or "full". Default - contextual.

diag

Whether to fill the main diagonal with values or not. Default - contextual.