R/SNPsm.default.R

Defines functions SNPsm.default

Documented in SNPsm.default

SNPsm.default <-
function(trange,tsl,diff,r6,...) {
     o.SNPsm<- SNPsm2(trange,tsl,diff,r6)
     o.SNPsm$call<- match.call()
     cat("Call:\n") 
     class(o.SNPsm) <- "SNPsm"
     print(o.SNPsm$call)
     o.SNPsm
     }

Try the dave package in your browser

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

dave documentation built on May 2, 2019, 1:30 p.m.