Indicates which stocks are caugth by each fleet-metier combination.

stock.fleetInfo(fleets)

Arguments

fleets

is an objetc of class FLFleetsExt.

Value

Return a matrix with rownames equal to the stocks names and colnames equal to names of fleet and metier. If element (i,j) is equal to 0, the stock (i) is not caught by fleet/metier (j).

Examples

# NOT RUN {
data(multi)
stock.fleetInfo(fl1)
# }