Displaying 1 result from an estimated 1 matches for "boxplot_tmax_".
2012 Sep 20
3
Line over Boxplot
...help! Here are my two datasets.....
temp.final.text
<http://r.789695.n4.nabble.com/file/n4643736/temp.final.text>
tmax.final.text
<http://r.789695.n4.nabble.com/file/n4643736/tmax.final.text>
And here is my script....
R --save --no-save --vanilla << EOF
pdf(file="boxplot_tmax_$YYYY$MM$DD${HH}.pdf", height=10, width=12)
soton.df = read.table ("tmax.final.text", header=TRUE)
gfs.df = read.table ("greg.txt", header=TRUE)
boxplot (TMAX ~ HOUR, data=soton.df, xlab="Forecast Hour", ylab="MAX TEMP",
main="GEFS $YYYY$MM$DD ${HH}...