ggtitle

fun ggtitle(title: String, subtitle: String? = null): OptionsMap

Adds title to the plot.

Examples

Parameters

title

The text for the plot title.

subtitle

The text for the plot subtitle.