Learn R Programming

ggtern (version 1.0.2.0)

theme_ticksoutside: Place Ticks Inside or Outside

Description

theme_ticksoutside is a function that ensures the ticks are placed OUTSIDE of the plot area, whereas, theme_ticksinside is a function that ensures the ticks are placed INSIDE of the plot area (opposite to theme_ticksoutside)

Usage

theme_ticksoutside()

theme_ticksinside()

Arguments

Examples

Run this code
data(Feldspar)
ggtern(data=Feldspar,aes(Ab,An,Or)) +
  geom_point() +
  theme_bw() +
  theme_nogrid() +
  theme_ticksinside()

Run the code above in your browser using DataLab