summary {FLCore}R Documentation

Method summary

Description

Outputs a general summary of the structure and content of the object. The particular output obtined depends on the class of the argument object.

Generic function

summary(object)

Methods

signature(object=FLQuant) :
Returns dimensions, quant, units and distribution of data, including percentage of NAs
signature(object=FLQuantPoint) :
Returns dimensions, quant, units and distribution of data
signature(object=FLComp) :
Outputs name, desc, quant and dimensions of each slot
signature(object=FLQuants) :
Returns dimensions, quant, units and distribution of data, including percentage of NAs for each element in the list
signature(object=FLPar) :
Returns the values stored, or tehir basic statistics
signature(object=FLFleet) :
Outputs name, desc, quant and dimensions of each slot
signature(object=FLModel) :
Returns the name, desc and content of model-related slots

Author(s)

The FLR Team

See Also

summary

Examples

summary(ple4)

summary(nsher)

[Package FLCore version 2.2 Index]