Rdocumentation
powered by
Learn R Programming
arf3DS4 (version 2.5-4)
clearWarnings: Clear warnings of a model object.
Description
Clearwarnings clears all warnings of a model object, sets the valid slot to
TRUE
and saves the model object. It asks for confirmation.
Usage
clearWarnings(arfmodel, resetValid = T)
Arguments
arfmodel
Object of class "model" (see
model
)
resetValid
If
TRUE
set the
@valid
slot to
TRUE
, else the
@valid
slot is left unchanged.
Value
None
Details
Warnings are only cleared when starting the minimization procedure on a model object. After minimization all warnings are added to the
warnings
slot.
See Also
model