R/auxiliar.R

  ind.list=function (lista, ind)
{
    len <- length(lista)
    for (i in 1:len) lista[[i]] <- lista[[i]][ind, , drop = FALSE]
    lista
}

Try the fda.usc package in your browser

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

fda.usc documentation built on Oct. 17, 2022, 9:06 a.m.