[R] Line over Boxplot

Peter Langfelder peter.langfelder at gmail.com
Thu Sep 20 23:52:13 CEST 2012


Enclose the file name tmax.final.text in quotes. Otherwise R is
looking for a variable named tmax.final.text, not the file name named
"tmax.final.text".

HTH

Peter

On Thu, Sep 20, 2012 at 1:02 PM, gfishel <gfishel at wral.com> wrote:
> 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 file is there, has headers, and is located in the directory I am running
> R in! Now I am really stumped!
>
> Greg
>
>
>
> --
> View this message in context: http://r.789695.n4.nabble.com/Line-over-Boxplot-tp4643736p4643791.html
> Sent from the R help mailing list archive at Nabble.com.
>
> ______________________________________________
> R-help at 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.




More information about the R-help mailing list