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

Remove grid lines from ggplot2

df <- data.frame(x = 1:50, y = 1:50)
p <- ggplot2::ggplot(df, ggplot2::aes(x, y)) + ggplot2::geom_point()
p + removeGrid()

plot of chunk removeGrid

p + removeGrid(y = FALSE)

plot of chunk removeGrid

p + removeGridX()

plot of chunk removeGrid


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.