Description Usage Arguments Author(s) Examples
Convenience Function for changing the major and/or minor ticklengths.
1 2 3 4 5 | theme_ticklength(major = NULL, minor = NULL)
theme_ticklength_major(major)
theme_ticklength_minor(minor)
|
major, minor |
lenth of major and minor ticklengths respectively. Must be a unit object, or will be ignored. |
Nicholas Hamilton
1 2 3 | ggtern() +
theme_ticklength(major = unit(5.0,'mm'),
minor = unit(2.5,'mm'))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.