guideLegend

fun guideLegend(title: String? = null, nrow: Int? = null, ncol: Int? = null, byRow: Boolean? = null, alpha: Any? = null, color: Any? = null, fill: Any? = null, shape: Any? = null, size: Any? = null, width: Any? = null, height: Any? = null, linetype: Any? = null, stroke: Any? = null): Map<String, Any>

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

Parameters

title

Title of guide.

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.

alpha

Transparency level. Can be a single value or a list to customize each key.

color

Line color. Can be a single value or a list to customize each key.

fill

Fill color. Can be a single value or a list to customize each key.

shape

Shape of the point. Can be a single value or a list to customize each key.

size

Size of the geometry. Can be a single value or a list to customize each key.

width

Width. Can be a single value or a list to customize each key.

height

Height. Can be a single value or a list to customize each key.

linetype

Type of the line. Can be a single value or a list to customize each key.

stroke

Width of the shape border. Can be a single value or a list to customize each key.