All Your Figure Are Belong To Us
  • All Your Figure Are Belong To Us
  • 1
  • 2
  • 3
  • 4
  • 5
All Your Figure Are Belong To Us Table of Contents
  • Page 1

    choroplethr cowplot gapmap GGally ggdendro

  • Page 2

    ggenealogy ggExtra ggfortify ggmcmc ggparallel

  • Page 3

    ggRandomForests ggtern ggthemes ggthemr granovaGG

  • Page 4

    gtable mapDK MCMC.OTU PairedData popgraph

  • Page 5

    sjPlot waffle xkcd

Home › Ggextra

Rotate x axis labels

df <- data.frame(x = paste("Letter", LETTERS, sep = "_"),
                 y = seq_along(LETTERS))
p <- ggplot2::ggplot(df, ggplot2::aes(x, y)) + ggplot2::geom_point()
p + rotateTextX()

plot of chunk rotateTextX


Share on Twitter Share on Facebook Share on Google+

Updated October 22, 2015

  • 1
  • 2
  • 3
  • 4
  • 5

© 2015 All Your Figure Are Belong To Us powered by Jekyll + Skinny Bones.