[R] FW: why is it numeric(0)?
luan_sheng
luan_sheng at yahoo.com.cn
Wed Jun 1 00:22:06 CEST 2005
hello,everyone. I have one question:
example 1
> x=numeric(0)
> y=5
> print(x+y)
numeric(0)
example 2
> x=numeric(1)
> y=5
> print(x+y)
[1] 5
why the print(x+y) is numeric(0) at the first example, but the result is 0
at the second example?
__________________________________________________
ÑÅ»¢Ãâ·ÑGÓÊÏä£ÖйúµÚÒ»¾øÎÞÀ¬»øÓʼþɧÈų¬´óÓÊÏä
More information about the R-help
mailing list