I\'m creation multiple plots with par(mfrow=c(3,2)) How can I define that they all turn out in Squares or define the exact relation of the side length?
par(mfrow=c(3,2))
Thank