Convenience functions to enable or disable the axis
primary or secondary ticks. theme_noprimary
or theme_hideprimary
(Alias) are functions that apepnds to the current theme a
flag to switch OFF the primary ticks
theme_showprimary
is a function that apepnds to
the current theme a flag to switch ON the primary ticks
theme_nosecondary
or theme_hidesecondary
(Alias) are functions that apepnds to the current theme a
flag to switch OFF the secondary ticks
theme_showsecondary
is a function that apepnds to
the current theme a flag to switch ON the secondary ticks
theme_showticks(), themehideticks(),
theme_noticks()
are functions that switch ON or OFF BOTH
the primary or secondary ticks.