Displaying 1 result from an estimated 1 matches for "vacent".
Did you mean:
vacant
2007 May 03
3
Filling array: No recycling
Hello,
is it possible to fill an array with no using of the recycling rule?
My problem. I want to fill an array but my values have not always
the same length.
My aim. I want to fill the array only ONE TIME. All vacent places
should be written with NA.
Thank's a lot.
Felix
Example:
--------
#Write 1 to 3 only one time. The last
#5 place should be NA.
dim(as.array(letters))
array(1:3, c(2,4) )
#na.strings = "NA"