Book Image

Mastering ggplot2 [Video]

By : BignumWorks Software LLP
Book Image

Mastering ggplot2 [Video]

By: BignumWorks Software LLP

Overview of this book

You already know the basics of Data Visualizations with R but this isn't enough. You want to be able to create advanced-level Data Visualizations that showcase insights from your datasets. This course will provide you with a detailed exploration of the latest version of ggplot2, in a step-by-step and engaging manner. Through this course, you will master the advanced concepts of ggplot2 and will be able to tackle any Data Visualization project with ease and with increasing complexity. By the end of the course, you will have honed your expertise and mastered data visualizations using the full potential of ggplot2. All the code and supporting files for this course are available at https://github.com/PacktPublishing/Mastering-ggplot2
Table of Contents (6 chapters)
Chapter 4
Plotting Data Distribution
Content Locked
Section 6
Violin Plot
Learn to create a Violin Plot in ggplot2. - Import the modules and prepare the data - Call the ggplot function and pass in the data - Add geom bar function with required parameters to create violin plot