R – Create Plot Matrix of Scatterplots

Syntax: pairs(data)

Parameters: 

  • data: It is defined as  value of pairs Plot.

Returns: Color, Labels, Panels, and by Group in pairs plot. 
 

Create a Plot Matrix of Scatterplots in R Programming – pairs() Function

pairs() function in R language is used to return a plot matrix, consisting of scatter plots corresponding to each data frame.

Similar Reads

R – Create Plot Matrix of Scatterplots

Syntax: pairs(data) Parameters:  data: It is defined as  value of pairs Plot. Returns: Color, Labels, Panels, and by Group in pairs plot....

Create Plot Matrix of Scatterplots in R

Example 1: Basic example of R – pairs() Function...

Contact Us