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 Nabble.com.
R Errors
2 messages · kokila, 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 manually) and you chould be good. Next time I'd also hope you could work up a better reproducible example: http://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example Cheers, Michael
On Tue, Oct 16, 2012 at 9:16 AM, kokila <kokila.krishnan at quantilez.com> wrote:
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 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.