0

I am trying to to put 5 boxplot graphs in R. Each of them come out really squished. How do I fix this?

enter image description here

Sid Mhatre
  • 3,272
  • 1
  • 19
  • 38
EdAl
  • 3
  • 3
  • 1
    Other than the `par(mar=...)` answer below, if you are expecting much help I suggest you provide reproducible code. Please see https://stackoverflow.com/help/mcve and https://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example. – r2evans Feb 25 '18 at 07:11

1 Answers1

0

Pass different margins mar to par.

http://rfunction.com/archives/1302

qwr
  • 9,525
  • 5
  • 58
  • 102