Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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()

Author(s)

Nicholas Hamilton

Examples

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

ggtern

An Extension to 'ggplot2', for the Creation of Ternary Diagrams

v3.3.0
GPL-2 | file LICENSE
Authors
Nicholas Hamilton [aut, cre]
Initial release
2020-04-9

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.