R/pwm2vec.R

"pwm2vec" <-
function(pwm,...) {
   if(length(pwm$betas) == 0) {
      warning("argument is not a pwm object (no betas field)")
      return(NULL)
   }
   return(pwm$betas)
}

Try the lmomco package in your browser

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

lmomco documentation built on Aug. 30, 2023, 5:10 p.m.