https://github.com/cran/bild
Raw File
Tip revision: 3f407ee4e9ac1ab16a3bee4792323da49e5b0af6 authored by M. Helena Gonçalves on 01 February 2012, 00:00:00 UTC
version 1.0-4-dup
Tip revision: 3f407ee
bildControl.R

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