Re: [R] Line over Boxplot

2012-09-20 Thread gfishel
Thanks for your help! Unfortunately, I am now getting this: > pdf(file="boxplot_tmax_2012091912.pdf", height=10, width=12) > > soton.df = read.table ( tmax.final.text, header=TRUE ) Error in read.table(tmax.final.text, header = TRUE) : object 'tmax.final.text' not found Execution halted The

[R] Line over Boxplot

2012-09-20 Thread gfishel
Very much a rookie at R, and have only recently started using it again so pardon the simple question. I am trying to produce a box plot from one data set and then overlay a line plot from another data set. The box plot data set is made up of 20 sets of 30 data points, or 600 total data points. The