LoslegenKostenlos loslegen

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.

Diese Übung ist Teil des Kurses

Multivariate Probability Distributions in R

Kurs anzeigen

Interaktive Übung

Versuche dich an dieser Übung, indem du diesen Beispielcode vervollständigst.

# Scatter plot matrix using the base R plot function
pairs(___)
Code bearbeiten und ausführen