ggforce: Visualizing clusters using Hull Plots in ggplot2

preview_player
Показать описание
The #ggforce package is the missing #ggplot2 extension for exploring data. In this tutorial, we use the geom_mark_hull() function for making Hull Plots to visualize clusters with ggplot.

GET THE CODE SHOWN IN THE VIDEO:

Are you struggling to learn data science?
Do you need to make a career transition?
Would you like to make an impression with your organization?
Then read on...

🚀 MY COURSES WILL SKYROCKET YOUR CAREER IN WEEKS:

TABLE OF CONTENTS
00:00 Introduction to ggforce & hull plots.
00:24 Setup Github Project
01:02 Libraries: ggforce, tidyquant, tidyverse
01:33 Dataset: mpg
02:17 Hull Plot: Progressive ggplot2 build
03:00 Base Plot
03:42 Geom Mark Hull
04:58 Upgrading the Appearance (Professional Plot)
06:16 Learn More! R-Track Program
Рекомендации по теме
Комментарии
Автор

Thanks Matt! Great way to visualize clustering with others.

jgeise
Автор

This is really cool, I had no idea of this kind of graphic. Thanks!

Автор

Do you know how to get around the hulls clipping off the edge of the graph? I have tried expanding the limits, hulls themselves, and changing the scales for x and y but the hulls seem to expand with them.

MuginsonTV
Автор

Hi, thank you very much, these are very helpful tips. can you please help me if you know a package that can extract p values from many multiple regression models ?
Thanks

marwahal-kaabi
Автор

Hi. Nice. I don't think you've pushed 43 to github yet though?

ianworthington
Автор

Hi Matt, After adding the concaveman library and running the script, I'm returned an error trying to run g2, that reads: Error in make_context(private$console) :
function 'Rcpp_precious_remove' not provided by package 'Rcpp'
Any thoughts?
Cheers.

rupertgoddard