Make an FLFisheries object.

This is a containuer class for FLFishery objects.

FLFisheries(object, ...)

# S4 method for FLFisheries
landings(object, by = c("fishery", "catch"), sum = TRUE)

# S4 method for FLFisheries
discards(object, by = c("fishery", "catch"), sum = TRUE)

# S4 method for FLFisheries
catch(object, by = c("fishery", "catch"), sum = TRUE)

# S4 method for FLFisheries
catch.n(object, pos = lapply(object, names))

# S4 method for FLFisheries
landings.wt(object, pos = lapply(object, names))

# S4 method for FLFisheries
catch.wt(object, pos = lapply(object, names))

# S4 method for FLFisheries
catch.wt(object, pos = lapply(object, names))

# S4 method for list
FLFisheries(object, desc = character(1))

# S4 method for missing
FLFisheries(object, ...)

Arguments

object

Either a list of FLFishery objects or missing

...

Other things

by

Dimension to aggregate by, "fishery" or "catch".

desc

Description

Value

An FLFisheries object

Details

Make an FLFisheries object.

Accessors

Elements in the classes can be extracted and replaced using the list subset operators,'[', '[<-', '[[' and '[[<-'.

The values passed for replacement need to be of the class FLFishery.

Constructor

A construction method exists for this class that can take named arguments for any of its elements.

See also

Author

The FLR Team

Finlay Scott, EC JRC.