theme_ticklength: Modify the Ticklengths

View source: R/theme-ticks.R

theme_ticklengthR Documentation

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 documentation built on June 7, 2023, 6:33 p.m.