I have one predictor variable, Y, and many Xs. I would like to plot all of the Xs against the Y, how you would using pairs(), but I do not want to see the matrix of every combination.
I just want to see one Y row and X columns or one Y column and X rows. Any help would be appreciated.