Learn R Programming

mizer (version 1.0.1)

summary,MizerSim-method: Summarize MizerSim object

Description

Outputs a general summary of the structure and content of the object

Usage

# S4 method for MizerSim
summary(object, ...)

Arguments

object

A MizerSim object.

...

Other arguments (currently not used).

Examples

Run this code
# NOT RUN {
data(NS_species_params_gears)
data(inter)
params <- MizerParams(NS_species_params_gears,inter)
sim <- project(params, effort=1, t_max=5)
summary(sim)
# }

Run the code above in your browser using DataLab