Learn R Programming

ggtern (version 3.5.0)

theme_showtitles: Show or Hide the Axis (Apex) Titles

Description

Convenience functions to SHOW or HIDE the apex labels.

Usage

theme_showtitles()

theme_hidetitles()

theme_notitles()

Arguments

Author

Nicholas Hamilton

Examples

Run this code
 #Load data
 data(Feldspar)
 ggtern(data=Feldspar,aes(An,Ab,Or)) + geom_point() + theme_bw() + theme_hidetitles()

Run the code above in your browser using DataLab