* Sepal.Width)连续的步骤# 1.多次赋值,产生多个变量x1 = filter(iris,Sepal.Width>3)x2 = select(x1, Sepal.Length,Sepal.Width...= list()for(i in 1:length(x)){ s=s+x[[i]] result[[i]] = c(x[[i]],s)}resultdo.call(cbind,result)创建列表的三种方式...exp = round(exp,2)#保留小数点后两位rownames(exp) = paste0("gene",1:3)colnames(exp) = paste0("test",1:6)exp[,1...(test, 1, sum)#2.lapply(list, FUN, …) # 对列表/向量中的每个元素(向量)实施相同的操作test 列表,对列表中的每个元素(向量)求均值(试试方差var,分位数quantile)lapply(test,mean)lapply(test,fivenum)#3.sapply