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
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
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
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
4 matches
Mail list logo