现在想要的就是从e矩阵中重新构建出只有de,hy,gt列名的三行矩阵,行名不变。(de,hy,gt来源于f矩阵)然后运行
g=dplyr::inner_join(f,e,by =row.names)
Error in UseMethod("tbl_vars") :
"tbl_vars"没有适用于"c('matrix', 'character')"目标对象的方法
运行g=merge(f,e,by =row.names)
Error in as.vector(x,mode):
cannot coerce type ‘closure’to vector of type 'any'