guideLegend

fun guideLegend(nrow: Int? = null, ncol: Int? = null, byRow: Boolean? = null): Map<String, Any>

Legend guide. Legend type guide shows key (i.e., geoms) mapped onto values.

Parameters

nrow

A number of rows in legend's guide.

ncol

A number of columns in legend's guide.

byRow

A type of output: by row (default), or by column.