| revenue {FLCore} | R Documentation |
Calculates the revenue from elements of an FLFleet object as the sum of the landings weight-at-quant times its price by quant.
revenue(object)
The FLR Team
# load FLFleet dataset
data(bt4)
# Calculate revenue of individual catches
sol.rev <- revenue(catches(metier(bt4,"TBB"),"sol"))
ple.rev <- revenue(catches(metier(bt4,"TBB"),"ple"))
# Calculate revenue of the catches in the metier
TBB.rev <- revenue(metier(bt4,"TBB"))
## Not run:
plot(sol.rev, type='b', ylab='revenues (euros)', xlab='')
## End(Not run)