R/meshRows_hda.R

Defines functions meshRows_hda

meshRows_hda <-
function(df1, df2) {
    rn <- rownames(df1)[{rownames(df1) %in% rownames(df2)}];
    ndf1 <- df1[rn, ];
    ndf2 <- df2[rn, ];
    return(list(ndf1, ndf2))}

Try the TTMap package in your browser

Any scripts or data that you put into this service are public.

TTMap documentation built on Nov. 8, 2020, 7:30 p.m.