ComeçarComece de graça

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.

Este exercício faz parte do curso

Multivariate Probability Distributions in R

Ver curso

Exercício interativo prático

Experimente este exercício completando este código de exemplo.

# Scatter plot matrix using the base R plot function
pairs(___)
Editar e executar o código