Learn R Programming

mizer (version 3.4.0)

repair_params: Repair a MizerParams object

Description

Rebuilds the parameter tables and the slots that are derived from them. This is a deterministic function of a small number of slots and is idempotent: on an already-repaired object it recomputes identical values. validParams() therefore skips it for an object whose fingerprint has already been recorded, see validation_key() and is_validated().

Usage

repair_params(params)

Value

The repaired MizerParams object.

Arguments

params

A MizerParams object.