[R] dput() error
Robin Hankin
r.hankin at soc.soton.ac.uk
Wed Feb 9 16:01:52 CET 2005
Hi
I'm trying to debug one of my functions, which stopped with the
following message:
Error in is.vector(x.star) : subscript out of bounds
So I put a "print(x.star)" statement in just before the is.vector bit
and got
Error in print(x.star) : subscript out of bounds
So I put "dput(x.star)" in and got
Error in dput(x.star) : subscript out of bounds
what's going on here? How best to proceed?
--
Robin Hankin
Uncertainty Analyst
Southampton Oceanography Centre
European Way, Southampton SO14 3ZH, UK
tel 023-8059-7743
More information about the R-help
mailing list