Re: [R] Creating Boxpot with R within bash script

2011-02-27 Thread Joshua Wiley
Hi Greg, When you are running R from a script, you want to divert the output somewhere. Depending exactly how you run it, R may nicely push the text output to a file, but you should specify where you want the graphics to go yourself. For example: ## use the PDF graphics device pdf(file = "boxpl

[R] Creating Boxpot with R within bash script

2011-02-27 Thread Fishel, Greg
I will confess to being very wet behind the ears when it comes to scripting, so with that as a backdrop, here is my question. I can create a box and whisker plot without any problem from the command line, but incorporating that process into a bash script has proved problematic. Below is the port