Learn R Programming

ggtern (version 1.0.6.1)

theme_showtitles: Show or Hide the Axis (Apex) Titles

Description

Convenience functions to SHOW or HIDE the apex labels.

theme_showtitles is a function that apends to the current theme a flag to switch ON the apex titles.

theme_hidetitles or theme_notitles (alias) is a function that apends to the current theme a flag to switch OFF the apex titles.

Usage

theme_showtitles()

theme_hidetitles()

theme_notitles()

Arguments

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