stock.fleetInfo.Rd
Indicates which stocks are caugth by each fleet-metier combination.
stock.fleetInfo(fleets)
fleets | is an objetc of class FLFleetsExt. |
---|
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).
# NOT RUN { data(multi) stock.fleetInfo(fl1) # }