powered by
Convenience functions to SHOW or HIDE the apex labels.
theme_showtitles()theme_hidetitles()theme_notitles()
theme_hidetitles()
theme_notitles()
Nicholas Hamilton
#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