View source: R/theme-showtitles.R
theme_showtitles | R Documentation |
Convenience functions to SHOW or HIDE the apex labels.
theme_showtitles()
theme_hidetitles()
theme_notitles()
Nicholas Hamilton
#Load data
data(Feldspar)
ggtern(data=Feldspar,aes(An,Ab,Or)) + geom_point() + theme_bw() + theme_hidetitles()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.