fun tiles(type: String? = null, diag: Boolean? = null): CorrPlot
Add tiles layer to corr plot.
type
- Type of the matrix: "upper", "lower" or "full".
Default - contextual.
diag
- Whether to fill the main diagonal with values or not.
Default - contextual.