Skip to content

how to put two plots of scatterplotMatrix side by side in one plot?

2 messages · MLSC, John Fox

#
Dear mahe,

This is, I assume, the scatterplotMatrix() function in the car package.

I don't think that you'll be able to do what you want with scatterplotMatrix(), because it uses the pairs() function, which resets par("mfrow"). For the same reason, using pairs() directly won't help. You should, however, and with some work, be able to do what you want using splom() in the lattice package.

I hope this helps,
 John

------------------------------------------------
John Fox, Professor
McMaster University
Hamilton, Ontario, Canada
http://socserv.mcmaster.ca/jfox/
	
On Tue, 22 Jul 2014 13:13:14 +0300
MLSC <mlscmahe at gmail.com> wrote: