Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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 unit object, or will be ignored.

Author(s)

Nicholas Hamilton

Examples

ggtern() +
  theme_ticklength(major = unit(5.0,'mm'),
                   minor = unit(2.5,'mm'))

ggtern

An Extension to 'ggplot2', for the Creation of Ternary Diagrams

v3.3.0
GPL-2 | file LICENSE
Authors
Nicholas Hamilton [aut, cre]
Initial release
2020-04-9

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.