data frames and matrix

前端 未结 0 1152
生来不讨喜
生来不讨喜 2020-12-04 06:18

xy <-data.frame(matrix(ncol = 2, nrow=100000, dimnames=list(NULL,c("X","Y"))))

what does this code do, I thought data frame and ma

相关标签:
回答
  • 消灭零回复
提交回复
热议问题