R/getBlock.R

Defines functions getBlock

Documented in getBlock

getBlock <- function(multimeas, idx){
  
  do.call(rbind, lapply(multimeas@data, function (x) x[idx,]))
  
}

Try the consensus package in your browser

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

consensus documentation built on Nov. 8, 2020, 8:32 p.m.