CommencerCommencez gratuitement

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.

Cet exercice fait partie du cours

<cours>Multivariate Probability Distributions in R</cours>
Voir le cours

Exercice interactif pratique

Essayez cet exercice en complétant ce code d’exemple.

# Scatter plot matrix using the base R plot function
pairs(___)
Modifier et exécuter le code