R-Retrieve Data (step 1)

[I]Data Structure 1.vector numeric > a<-c(1,2,3) > a [1] 1 2 3 character > a<-c("1","2","3") > a [1] "1" "2" "3" logicals > a<-c(FALSE,TRUE) > a [1] FALSE TRUE scalar > a<-FALSE > a [1] FALSE 2.
相關文章
相關標籤/搜索