Show or Hide the Axis (Apex) Titles
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()
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.