Blog

We provide practical tutorials on data mining, visualization and statistics for decision making.

Version: Français

This article describes how to use the colorRampPalette() R function to expand color palettes. We’ll provide practical example with ggplot2. The color scales defined in the RColorBrewer and in other

Easy Way To Expand Color Palettes in R

This article describes how to use the colorRampPalette() R function to expand color palettes. We’ll provide practical example with ggplot2. The color scales defined in the RColorBrewer and in other

This article describes how create a ggplot with gradient color. You will learn how to change the ggplot2 default gradient color, as well as, how to set gradient between two

GGPlot Gradient Color

This article describes how create a ggplot with gradient color. You will learn how to change the ggplot2 default gradient color, as well as, how to set gradient between two

This article provides amazing list of R colors that you can use to create beautiful graphics. Colors can be specified either by names or by hexadecimal color codes. There are

R Colors: Amazing Resources You Want to Know

This article provides amazing list of R colors that you can use to create beautiful graphics. Colors can be specified either by names or by hexadecimal color codes. There are

This article presents multiple great solutions you should know for changing ggplot colors. When creating graphs with the ggplot2 R package, colors can be specified either by name (e.g.: “red”)

GGPlot Colors Best Tricks You Will Love

This article presents multiple great solutions you should know for changing ggplot colors. When creating graphs with the ggplot2 R package, colors can be specified either by name (e.g.: “red”)

  RColorBrewer is an R package that contains a ready-to-use color palettes for creating beautiful graphics. This article presents the different color palettes available in the RColorBrewer package. You will

The A – Z Of Rcolorbrewer Palette

  RColorBrewer is an R package that contains a ready-to-use color palettes for creating beautiful graphics. This article presents the different color palettes available in the RColorBrewer package. You will

This article shows the list of R color names. There are 657 built-in color names available in R. The function colors() returns the color names, which R knows about. #

Awesome List Of 657 R Color Names

This article shows the list of R color names. There are 657 built-in color names available in R. The function colors() returns the color names, which R knows about. #

In this R graphics tutorial, we present a gallery of ggplot themes. You’ll learn how to: Change the default ggplot theme by using the list of the standard themes available

GGPlot Themes Gallery

In this R graphics tutorial, we present a gallery of ggplot themes. You’ll learn how to: Change the default ggplot theme by using the list of the standard themes available