Skip to content
Prev 244286 / 398506 Next

Error in eval.with.vis(expr, envir, enclos) : subscript out of bounds

A good time to learn how to debug R scripts.  There are several
references and you might start with the 'debug' package and setting

options(error=utils::recover)

so that when the error occurs, you get placed in the 'browser' and can
look around to see what the problem is.  I would assume that you do
not have objects setup correctly for the second pass, but the
information you have provided is insufficient since there is not a
reproducible example.

On Tue, Dec 7, 2010 at 8:01 PM, Joonas - as_trix85
<ast_rix85 at hotmail.com> wrote: