Package-level declarations

Functions

Link copied to clipboard
fun facetGrid(x: String? = null, y: String? = null, scales: String? = null, xOrder: Int = 1, yOrder: Int = 1, xFormat: String? = null, yFormat: String? = null, xLabWidth: Int? = null, yLabWidth: Int? = null): OptionsMap

Splits data by one or two faceting variables. For each data subset creates a plot panel and lays out panels as grid. The grid columns are defined by X faceting variable and rows are defined by Y faceting variable.

Link copied to clipboard
fun facetWrap(facets: Any, ncol: Any? = null, nrow: Any? = null, scales: String? = null, order: Any? = 1, format: Any? = null, dir: String = "h", labWidth: Any? = null): OptionsMap

Splits data by one or more faceting variables. For each data subset creates a plot panel and lays out panels according to the ncol, nrow and dir settings.