开始使用免费开始使用

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.

本练习是课程的一部分

Multivariate Probability Distributions in R

查看课程

交互式实操练习

通过完成这段示例代码来试试这个练习。

# Scatter plot matrix using the base R plot function
pairs(___)
编辑并运行代码