theme_ticklength: Modify the Ticklengths

Description Usage Arguments Author(s) Examples

View source: R/theme-ticks.R

Description

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

Usage

1
2
3
4
5

Arguments

major, minor

lenth of major and minor ticklengths respectively. Must be a unit object, or will be ignored.

Author(s)

Nicholas Hamilton

Examples

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

leogama/ggtern documentation built on Dec. 21, 2021, 10:40 a.m.