Learn R Programming

PTXQC (version 1.0.4)

addGGtitle: Add title and subtitle to a ggplot

Description

Found in http://www.antoni.fr/blog/?p=39 .. whewww... modified a little

Usage

addGGtitle(main, sub = NULL)

Arguments

main

String for main title

sub

Optional string for sub title

Value

A ggplot object

Details

Usage: ggplot(...) + geom_X(...) + addGGtitle(...)