https://github.com/cran/bild
Raw File
Tip revision: c1d3e7cb8d302910508a154fd3e6515528e05297 authored by M. Helena Gonçalves on 17 February 2013, 00:00:00 UTC
version 1.1-3-dup
Tip revision: c1d3e7c
bildControl.R

bildControl<- function (maxit = 100, abstol = 1e-006, reltol = 1e-006) 
{
    list(maxit =maxit, abstol =abstol , reltol =  reltol)
}
back to top