The call to ggpairs shown on slide 104 causes R to return an error indicating that the “params =” call has been deprecated and that a wrap() function should be used instead.
What does that mean and how do I figure out how to use ggpairs?
Thank you for your comment – the params() function is deprecated in the latest version of R. I recommend you take out that argument entirely, and just use ggpairs on the data set that you want to use. This means that it won’t have the color orange, but it should work. Let me know if you need any more support!