Skip to contents

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).

Value

The MizerSim object, invisibly

Examples

summary(NS_sim)
#> An object of class "MizerSim" 
#> Parameters:
#> An object of class "MizerParams" 
#> Consumer size spectrum:
#> 	minimum size:	0.001
#> 	maximum size:	39851.3
#> 	no. size bins:	100
#> Resource size spectrum:
#> 	minimum size:	8.72744e-13
#> 	maximum size:	9.82091
#> 	no. size bins:	171	(218 size bins in total)
#> Species details:
#>    species   w_max w_mat w_min   beta sigma
#> 1    Sprat    33.0    13 0.001  51076   0.8
#> 2  Sandeel    36.0     4 0.001 398849   1.9
#> 3   N.pout   100.0    23 0.001     22   1.5
#> 4  Herring   334.0    99 0.001 280540   3.2
#> 5      Dab   324.0    21 0.001    191   1.9
#> 6  Whiting  1192.0    75 0.001     22   1.5
#> 7     Sole   866.0    78 0.001    381   1.9
#> 8  Gurnard   668.0    39 0.001    283   1.8
#> 9   Plaice  2976.0   105 0.001    113   1.6
#> 10 Haddock  4316.5   165 0.001    558   2.1
#> 11     Cod 39851.3  1606 0.001     66   1.3
#> 12  Saithe 39658.6  1076 0.001     40   1.1
#> 
#> Fishing gear details:
#> Gear          Effort  Target species 
#>  ----------------------------------
#> Sprat          0.00   Sprat 
#> Sandeel        0.00   Sandeel 
#> N.pout         0.00   N.pout 
#> Herring        1.81   Herring 
#> Dab            0.76   Dab 
#> Whiting        0.63   Whiting 
#> Sole           0.91   Sole 
#> Gurnard        0.00   Gurnard 
#> Plaice         0.76   Plaice 
#> Haddock        0.56   Haddock 
#> Cod            0.68   Cod 
#> Saithe         0.53   Saithe 
#> Simulation parameters:
#> 	Time period: 1967 to 2010
#> 	Output stored every 1 years