Skip to contents

See: http://stackoverflow.com/q/19694497/168137

Usage

geom_shiftedtext(
  mapping = NULL,
  data = NULL,
  stat = "identity",
  position = "identity",
  parse = FALSE,
  ...
)

Arguments

mapping

The aes mapping

data

The data

stat

The stat

position

The position

parse

Parse or not

...

Additional options passed on

Value

A geom usable by ggplot()

Examples

if (FALSE) { # \dontrun{
geom_shiftedtext(ggplot2::aes(label = muscle))
} # }