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 portion of the bash 
script that fails:

R   --save --no-save --vanilla  <<   EOF


CAPE.df = read.table ("sref.sfccape.rdu.txt", header=TRUE, sep=" ")

boxplot ( APCP ~ HOUR, data=CAPE.df )

EOF

I have done a lot of searching, but apparently not in the correct places. 
Anyone's help will be appreciated greatly!


Greg Fishel
Chief Meteorologist
WRAL-TV
P.O. Box 12000
2619 Western Boulevard
Raleigh, NC 27606
919-821-8992


        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to