Get startedGet started for free

Pairs plot using base graphics and lattice

Visualizing multivariate data is very important to do before performing any multivariate analyses. In the following few exercises, you will explore a subset of these functions and evaluate the strengths and weaknesses of these plotting techniques.

This exercise is part of the course

Multivariate Probability Distributions in R

View Course

Hands-on interactive exercise

Have a go at this exercise by completing this sample code.

# Scatter plot matrix using the base R plot function
pairs(___)
Edit and Run Code