Re: [R] Box Plot size and labels

2014-10-26 Thread Jeff Newmiller
Your code uses the default graphics output device (most likely the windows() device, guessing from your use of MSWord). The png() device might produce more consistent results. Since you are using RMarkdown, you may be using knitr which has chunk options that can be used to control the device use

[R] Box Plot size and labels

2014-10-26 Thread David Doyle
Hello, I'm doing some box plots in Rmarkdown to MS Word file. When they come into the word file they are not quite wide enough for labels for the different boxes. Is there a way for me to set the size the box plot would be so I can make it wider? Or reduce the font size so they can all fit on t