Vidyalelo
R Programming · Q29

Statistical Analysis with R (Distributions, Graphics)

Programming · R Programming · question 29

Q29

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
Answer
C.
Plots a matrix of bivariate scatter plots
D.
Adds pairs of points to an existing plot

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board