Learn R Programming

ggtern (version 1.0.6.1)

theme_custom: Theme with custom basic colours

Description

Theme with custom basic colours

Usage

theme_custom(base_size = 12, base_family = "", col.T = "gray95",
  col.L = "gray95", col.R = "gray95", col.BG = "transparent",
  col.grid.minor = "gray90")

Arguments

base_size
base font size
base_family
base font family
col.T
colour of top axis, ticks labels and major gridlines
col.L
colour of left axis, ticks, labels and major gridlines
col.R
colour of right axis, ticks, labels and major gridlines
col.BG
colour of background colour to plot area
col.grid.minor
the colour of the minor grid theme_custom is a convenience function to allow the user to control the basic theme colours very easily.