Hi,

Trying to plot a large dendrogram, I get the recursion limit error


        Error in match.fun(FUN) : evaluation nested too deeply: infinite
recursion / options(expression=)?

 but setting

        options(expressions = 10000)

or something large enough to solve the infinite recursion  limit
problem,


I get 

        Error: protect(): stack overflow


Is there anything that can be done?

Thanks

Claudio Donati

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to