Learn R Programming

henna (version 0.3.4)

centerTitle: Add a centered title to a plot

Description

This function adds a centered title to a ggplot object.

Usage

centerTitle(p, title, ...)

Value

A ggplot object.

Arguments

p

A ggplot object.

title

Plot title.

...

Other arguments passed to ggplot2::element_text.