theme_gray(base_size = 12, base_family = "")theme_bw(base_size = 12, base_family = "")
theme_linedraw(base_size = 12, base_family = "")
theme_classic(base_size = 12, base_family = "")
theme_void(base_size = 12, base_family = "")
theme_rgbg(base_size = 12, base_family = "")
theme_rgbw(base_size = 12, base_family = "")
theme_minimal(base_size = 12, base_family = "")
theme_dark(base_size = 12, base_family = "")
theme_darker(base_size = 12, base_family = "")
theme_light(base_size = 12, base_family = "")
theme_custom(base_size = 12, base_family = "",
tern.plot.background = "grey92", tern.panel.background = "white",
col.T = "gray95", col.L = "gray95", col.R = "gray95",
col.BG = "transparent", col.grid.minor = "gray90")