Displaying 1 result from an estimated 1 matches for "imwrimage".
Did you mean:
imwdimage
2005 Nov 23
1
assign() problem
...osition, during the evaluation of this code I would like to write
the results of some calculations back to the R root directory. I used
assign() to do so because the names should vary when going thrue a
while() loop. For some unknown reason I get an error that says:
Error in assign(varname[i], imwrImage) :
invalid first argument
what could be wrong, when I do it on the commandline everything works
out just fine. But within the function it doesn't. When I disable the
assign statement, everything runs fine so the rest of the code should be
clean.
My code:
# Wavelet multiresolution...