See: http://stackoverflow.com/q/19694497/168137
Usage
geom_shiftedtext(
mapping = NULL,
data = NULL,
stat = "identity",
position = "identity",
parse = FALSE,
...
)Examples
if (FALSE) { # \dontrun{
geom_shiftedtext(ggplot2::aes(label = muscle))
} # }