Package-level declarations

Functions

Link copied to clipboard
fun ggtitle(title: String, subtitle: String? = null): OptionsMap

Adds title to the plot.

Link copied to clipboard
fun labs(title: String? = null, subtitle: String? = null, caption: String? = null, x: String? = null, y: String? = null, alpha: String? = null, color: String? = null, fill: String? = null, shape: String? = null, size: String? = null, width: String? = null, height: String? = null, linetype: String? = null): FeatureList

Changes plot title, axis labels and legend titles.

Link copied to clipboard
fun xlab(label: String): Feature

Adds label to the x-axis.

Link copied to clipboard
fun ylab(label: String): Feature

Adds label to the y-axis.