ggplot2

ggplot center title

ggplot Center Title: A Guide to Perfectly Aligned Titles in Your Plots

In this R tutorial, you will discover how to use ggplot to center the title effectively. Centering the title is crucial to creating visually appealing plots, and, e.g., enabling better communication of insights. We will explore examples from hearing science and psychology to demonstrate the significance of centering titles in ggplot2 objects.

ggplot Center Title: A Guide to Perfectly Aligned Titles in Your Plots Read More »

How to Create a Sankey Plot in R: 4 Methods

Sankey plots are an essential tool for data visualization in science and business. Whether you are exploring complex data flows, identifying patterns, or communicating insights, Sankey diagrams make it easy to visualize connections and gain meaningful insights. Discover four methods to create stunning Sankey plots in R and elevate your data analysis game!

How to Create a Sankey Plot in R: 4 Methods Read More »

R violin plot

How to Create a Violin plot in R with ggplot2 and Customize it

This data visualization tutorial will teach us how to make a violin plot in R using ggplot2. We can use several techniques to visualize data (see, for example, the Python-related post “9 Data Visualization Techniques You Should Learn in Python“) to visualize our data in r. Briefly described, violin plots combine a box plot and

How to Create a Violin plot in R with ggplot2 and Customize it Read More »

Scroll to Top