clearWarnings: Clear warnings of a model object.

Description Usage Arguments Details Value Author(s) See Also

View source: R/modelFunctions.R

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

1
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.

Details

Warnings are only cleared when starting the minimization procedure on a model object. After minimization all warnings are added to the warnings slot.

Value

None

Author(s)

Wouter D. Weeda - w.d.weeda@gmail.com

See Also

model


arf3DS4 documentation built on May 2, 2019, 8:19 a.m.