Skip to content
Prev 23985 / 398502 Next

Error in writeBin(object, con, size = 2)

I suspect your interpolation produces numeric not integer vectors.  size=2
does not exist for numeric (aka double) vectors.

I really don't understand why this was not obvious!  How did you expect
numeric data to be output in two bytes?
On Mon, 7 Oct 2002, Sven Garbade wrote: