Learn R Programming

mizer (version 3.2.0)

upgrade.MizerParams: Upgrade the core slots of a MizerParams object

Description

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 MizerParams
upgrade(object, ...)

Value

The upgraded MizerParams object

Arguments

object

An old MizerParams object to be upgraded

...

Unused.

See Also

validParams()