R/getmem.R

Defines functions `getmem`

`getmem` <-
function(v, mem=1)
{
  ########    get the mem element of each vector in a  list of vectors
if(missing(mem)) { mem=1 }
return(v[mem])
}

Try the RPMG package in your browser

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

RPMG documentation built on Aug. 19, 2023, 5:12 p.m.