Skip to content
Prev 349639 / 398513 Next

Error in dis[sppInSample, sppInSample]:subscript out of bounds

Before (I hope!) someone else answers in an unkind tone (and someone
probably will), I have a few suggestions:

1) please use plain text email (an option somewhere in your email
software). Using HTML email usually makes the email harder to read on
r-help.

2) if at all possible, please try to construct an example that other
people can easily run for themselves and provide the data. It makes it
much easier to provide help. This may be hard for someone new to R, but it
is worth it. The usual suggestion is to use the dput() function to include
example data in your email (or the real data if there's not too much of
it, and you are able to share).

3) please identify which packages your functions come from, since they are
not (I believe) part of base R. Sometimes it is essential to also include
the output of sessionInfo()

4) and check the posting guide mentioned at the bottom of the email for
suggestions on how to ask a question so as to have the best chance of
getting good answers.

Expectation are pretty high on r-help.

-Don