Category Archives

            In this article, you will learn how to change a ggplot legend order. Prerequisites Load the ggplot2 package...

How to Change GGPlot Legend Order

            In this article, you will learn how to change a ggplot legend order. Prerequisites Load the ggplot2 package...

             In this article, you will learn how to set ggplot breaks for continuous x and y axes. The...

How to Set GGPlot Breaks

             In this article, you will learn how to set ggplot breaks for continuous x and y axes. The...

            You will learn how to plot smooth line using ggplot2. Contents: Prerequisites Key R function: geom_smooth() Regression line...

How to Plot a Smooth Line using GGPlot2

            You will learn how to plot smooth line using ggplot2. Contents: Prerequisites Key R function: geom_smooth() Regression line...

            There are many R packages/functions for combining multiple ggplots into the same graphics. These include: gridExtra::grid.arrange() and cowplot::plot_grid....

GGPlot Multiple Plots Made Ridiculuous Simple Using Patchwork R Package

            There are many R packages/functions for combining multiple ggplots into the same graphics. These include: gridExtra::grid.arrange() and cowplot::plot_grid....

            This article provide many examples for creating a ggplot map. You will also learn how to create a...

How to Create a Map using GGPlot2

            This article provide many examples for creating a ggplot map. You will also learn how to create a...

             This article describes how to change easily ggplot facet labels. Contents: Prerequisites Basic ggplot with facet Change the...

How to Change GGPlot Facet Labels

             This article describes how to change easily ggplot facet labels. Contents: Prerequisites Basic ggplot with facet Change the...