What is the purpose of the pairs() function in R?
A. Creates scatter plots for all pairs of numeric variables
B. Generates pairwise scatter plots and correlations
C. Plots a matrix of bivariate scatter plots
D. Adds pairs of points to an existing plot
Answer: Option B
Join The Discussion