ggtitle |
Add title to the plot. fun ggtitle(title: String): OptionsMap |
labs |
Change plot title, axis labels and legend titles. fun labs(title: 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 |
xlab |
Add label to the x axis fun xlab(label: String): Feature
|
ylab |
Add label to the y axis fun ylab(label: String): Feature
|