Return a pdf with plots using FLBEIA object (FLFleets and covars).

plotEco(obj, prob = c(0.95, 0.5, 0.05), pdfnm = "bc")

Arguments

obj

An FLBEIA object.

prob

A numeric vector with the probabilities used to calculate the quantiles.

pdfnm

The name for the pdf document will be "Eco" and pdfnm separated by a line.

Value

A pdf with capacity, costs, effort, profits by fleet.

Examples

# NOT RUN {
library(FLBEIA)
library(ggplot2)

data(res_flbeia)
plotEco(oneRes, pdfnm='one')
# }