Dear all,
I have written some function that can go up to many lines. Two of the lines
give warning errors like:
Error in print(....)[c(1, :
error in evaluating the argument 'x' in selecting a method for
function 'print': Error in ...
regions with no neighbours found
now obviously this kind of error will halt the execution of the function. I
tried *try()* or *tryCatch()* and many other selections in the
*options()*but still this error by all means stops the execution of
the function or
any other multi-line code.
I would appreciate if you could give me a clue.
Ebrahim
[[alternative HTML version deleted]]
______________________________________________
[email protected] 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.