Learn R Programming

mizer (version 3.2.0)

upgrade.MizerSim: Upgrade a MizerSim object from earlier versions

Description

This is the MizerSim method of the upgrade() generic. It rebuilds the simulation around an upgraded params object; the params upgrade (core mizer and any extensions) is performed by the validParams() call below. You should never need to call it directly; use validSim() (or readSim()).

Usage

# S3 method for MizerSim
upgrade(object, ...)

Value

The upgraded MizerSim object

Arguments

object

An old MizerSim object to be upgraded

...

Unused.