rep()函数简介 rep()函数:重复 rep(x,…) rep.int(x,times) rep_len(x,length.out) ·x:一个向量(vector),一个因子(factor) … 继续阅读 rep()函数简介