Blog

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

Version: Français

This article provides multiple solutions to create an elegant Venn diagram with R or RStudio. The following R packages will be illustrated: ggvenn, ggVenDiagram, VennDiagram and the gplots packages. Contents:

Venn Diagram with R or RStudio: A Million Ways

This article provides multiple solutions to create an elegant Venn diagram with R or RStudio. The following R packages will be illustrated: ggvenn, ggVenDiagram, VennDiagram and the gplots packages. Contents:

Introduction This article describes how to create a beautiful ggplot Venn diagram. There are multiple extensions of the ggplot2 R package for creating Venn diagram in R, including the ggvenn

Beautiful GGPlot Venn Diagram with R

Introduction This article describes how to create a beautiful ggplot Venn diagram. There are multiple extensions of the ggplot2 R package for creating Venn diagram in R, including the ggvenn

This article describes how to compute and automatically add p-values onto ggplot facets with different scales using the ggpubr and the rstatix R packages. For multipanel plots with approximately similar

Add P-values to GGPLOT Facets with Different Scales

This article describes how to compute and automatically add p-values onto ggplot facets with different scales using the ggpubr and the rstatix R packages. For multipanel plots with approximately similar

This article describes how to add p-values onto horizontal ggplots using the R function stat_pvalue_manual() available in the ggpubr R package. Horizontal plots can be created using the function coord_flip()

How to Add P-Values onto Horizontal GGPLOTS

This article describes how to add p-values onto horizontal ggplots using the R function stat_pvalue_manual() available in the ggpubr R package. Horizontal plots can be created using the function coord_flip()

This article provides examples of codes for K-means clustering visualization in R using the factoextra and the ggpubr R packages. You can learn more about the k-means algorithm by reading

K-Means Clustering Visualization in R: Step By Step Guide

This article provides examples of codes for K-means clustering visualization in R using the factoextra and the ggpubr R packages. You can learn more about the k-means algorithm by reading

This article describes the basics of how to compute and add p-values to basic ggplots using the rstatix and the ggpubr R packages. You will learn how to: Perform pairwise

How to Add P-Values onto Basic GGPLOTS

This article describes the basics of how to compute and add p-values to basic ggplots using the rstatix and the ggpubr R packages. You will learn how to: Perform pairwise

This article describes how to compute and automatically add p-values onto ggplot facets using the ggpubr and the rstatix R packages. You will learn how to: Add p-values to a

How to Add P-values to GGPLOT Facets

This article describes how to compute and automatically add p-values onto ggplot facets using the ggpubr and the rstatix R packages. You will learn how to: Add p-values to a