R/gCIN.r

gCIN = function (data, col, row) 
{
    dat <- subset(data, (data[, 2] == col) & (data[, 3] == row))
    return(as.numeric(dat[4:(length(dat) - 1)]))
}

Try the SCiAn package in your browser

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

SCiAn documentation built on May 2, 2019, 5:24 p.m.