theme_showtitles: Show or Hide the Axis (Apex) Titles

View source: R/theme-showtitles.R

theme_showtitlesR Documentation

Show or Hide the Axis (Apex) Titles

Description

Convenience functions to SHOW or HIDE the apex labels.

Usage

theme_showtitles()

theme_hidetitles()

theme_notitles()

Author(s)

Nicholas Hamilton

Examples

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

ggtern documentation built on June 22, 2024, 11:01 a.m.