Learn R Programming

ggtern (version 4.0.0)

theme_ticklength: Modify the Ticklengths

Description

Convenience Function for changing the major and/or minor ticklengths.

Usage

theme_ticklength(major = NULL, minor = NULL)

theme_ticklength_major(major)

theme_ticklength_minor(minor)

Arguments

major, minor

lenth of major and minor ticklengths respectively. Must be a 'rel' (ie ex rel(5.0)), or will be ignored.

Author

Nicholas Hamilton

Examples

Run this code
ggtern() +
  theme_ticklength(major = rel(1.0),
                   minor = rel(0.5))

Run the code above in your browser using DataLab