• R语言
  • 大家对于numeric(0)这样的数怎么判别?

num<-numeric(0)

除了用is.numeric(num)&&length(num)==0

还有别的方式么