Learn R Programming

ggtern (version 2.1.1)

theme_complete: Complete Themes

Description

ggtern ships with a number of complete themes:
  • Black and White Theme:
{ theme_bw(...) } Minimal Theme:{ theme_minimal(...) } Classic Theme:{ theme_classic(...) } Gray and White Theme:{ theme_gray(...) } Red, Green, Blue and White Theme:{ theme_rgbw(...) } Red, Green, Blue and Gray Theme:{ theme_rgbg(...) } Dark Theme:{ theme_dark(...) } Darker Theme:{ theme_darker(...) } Light Theme:{ theme_light(...) } Theme with Only Black Lines:{ theme_linedraw(...) }

Arguments