Learn R Programming

mizer (version 3.0.0)

str.MizerParams: Display structure of MizerParams object

Description

Prints a clean, compact summary of the slots in a MizerParams object.

Usage

# S3 method for MizerParams
str(object, max.level = NA, ...)

Value

NULL, invisibly.

Arguments

object

A MizerParams object.

max.level

Maximum level of nesting to print. Defaults to NA (no limit).

...

Other arguments passed to utils::str().