R/FitGMLD.R

Defines functions FitGMLD

Documented in FitGMLD

FitGMLD <-
function(par="input.par",fped="flipped.ped", out.ld.par="out.ld.par")
{
  # The function will create file out.ld.par in the current working directory
  .jcall("FitGMLD","V","main", .jarray(c(par, fped, out.ld.par)))
}

Try the rJPSGCS package in your browser

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

rJPSGCS documentation built on May 1, 2019, 11:10 p.m.