0

I'm troubled by the plot below. Would someone give me some suggestions on how to creat this kind of plot?

enter image description here

Frank
  • 66,179
  • 8
  • 96
  • 180
Ryan
  • 1
  • 1

1 Answers1

2

The package psych has a built-in function to do just that:

library(psych)
pairs.panels(iris)

enter image description here

Pierre L
  • 28,203
  • 6
  • 47
  • 69