Skip to contents

This is the MizerParams method of the upgrade() generic and performs the core mizer upgrade only. It is called from the orchestrator runExtensionUpgrades(), which also invokes any registered extension upgrade methods. You should never need to call it directly; use validParams() (or readParams()) instead.

Usage

# S3 method for class 'MizerParams'
upgrade(object, ...)

Arguments

object

An old MizerParams object to be upgraded

...

Unused.

Value

The upgraded MizerParams object

See also