powered by
Convenience Function for changing the major and/or minor ticklengths.
theme_ticklength(major = NULL, minor = NULL)theme_ticklength_major(major)theme_ticklength_minor(minor)
theme_ticklength_major(major)
theme_ticklength_minor(minor)
lenth of major and minor ticklengths respectively. Must be a unit object, or will be ignored.
Nicholas Hamilton
ggtern() + theme_ticklength(major = unit(5.0,'mm'), minor = unit(2.5,'mm'))
Run the code above in your browser using DataLab