View source: R/XPSFitParamGUI.r
XPSFitParam | R Documentation |
XPSFitParam GUI to set the fit param MaXiTERATION, TOLERANCE, MINFACTOR when NLSfit error occurs
XPSFitParam(ParamNames, ParamValues)
ParamNames |
c("maxiteration", "tolerance", "minfactor") the set of parameter to work with |
ParamValues |
the correspondent values |
## Not run:
XPSFitParam(c("maxiteration", "tolerance", "minfactor"), c(1000, 1e-5, 1e-3))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.