Sometimes when you make a plot in R you might want the plot without ticks and text on axis. In this tutorial, we will learn how to remove x-axis or y-axis ticks and the text in R with ggplot2. Let us first load tidyverse, a suite of R packages from RStudio. Let us also load … [Read more...] about How To Remove X Axis Tick and Axis Text with ggplot2 in R?