R/rmatTrim.R

rmatTrim <- function(rvect, n, m, idx, m2) {
    .Call(C_rmat2, rvectC = as.double(rvect),
               nC = as.integer(n),
               mC = as.integer(m),
               idxC = as.integer(idx),
               m2C = as.integer(m2));
}

Try the fcros package in your browser

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

fcros documentation built on May 31, 2019, 5:03 p.m.