On 24.10.2011 11:35, Maggie Wong wrote:> Hi,
>
> I am writing a program to plot the correlation coefficients of 45 elements
> using the commend "plot". Error message "Error in plot.new()
: figure
> margins too large" appeared. I think it may because there are too many
> elements. But I really need to find their correlation coefficients. What
can
> I do? Thank you.
It just means for the limited size of your device region, the margings
are too large so that there is (almost) no space left bewteen the
margins to plot something useful.
Uwe Ligges
> Maggie
>
> [[alternative HTML version deleted]]
>
> ______________________________________________
> 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.