Re: [R] R Errors

2012-10-16 Thread R. Michael Weylandt
Likely you've used layout() or similar to add lots of columns & rows to your plot, where "lots" is determined by the size of the device. Simply make the device larger (either just drag it to be larger if its interactive or change the default arguments if its a non-default device you initialize manu

[R] R Errors

2012-10-16 Thread kokila
How to resolve this below Error.I have tried my best but again i have got error. Error in plot.new() : figure margins too large. Iam waiting for Reply -- View this message in context: http://r.789695.n4.nabble.com/R-Errors-tp4646311.html Sent from the R help mailing list archive at Nab

Re: [R] R errors when trying to read a file

2009-05-11 Thread Prof Brian Ripley
On Mon, 11 May 2009, Dennis Fisher wrote: Colleagues, I have encountered a problem in version 2.9 of R, running in both Vista and OS X. My code is quite lengthy but the critical line is: if (file.exists(FILENAME)) readLines(FILENAME)) This triggers the error: Error in f

[R] R errors when trying to read a file

2009-05-11 Thread Dennis Fisher
Colleagues, I have encountered a problem in version 2.9 of R, running in both Vista and OS X. My code is quite lengthy but the critical line is: if (file.exists(FILENAME)) readLines(FILENAME)) This triggers the error: Error in file(con, "r") : cannot open the connection