nlminb.control(eval.max, iter.max, abs.tol, rel.tol, x.tol, step.min, step.max, scale.init, scale.upd, scale.fac, scale.tol, scale.mod, sing.tol, sing.step, diff.g)
nlminb.control would normally be called only to set the control parameter in a call to nlminb. Names may not be abbreviated.
nlminb(start = ex.start, obj = ex.f, grad = ex.g, control = nlminb.control( iter.max = 100, x.tol = .0001), y = ex.y, z = ex.z)