R/meshRows_hda.R

meshRows_hda <-
function(df1, df2) {
    rn <- rownames(df1)[{rownames(df1) %in% rownames(df2)}];
    ndf1 <- df1[rn, ];
    ndf2 <- df2[rn, ];
    return(list(ndf1, ndf2))}
jeitziner/TTMap documentation built on May 23, 2019, 4:24 p.m.