\pagenumbering{gobble}

knitr::opts_chunk$set(echo = TRUE)

Desembarque por mes y tipo de flota

fleeTable = x$fleeTable
pander::pander(fleeTable, align = "c", keep.line.breaks = TRUE)

Desembarque diario

plot(x, language = "spanish", ploType = "plotDaily", col = "black", main = "", daysToPlot = daysToPlot)

\pagebreak

Desembarque mensual

\vspace{1.5cm}

monthTable = .getMonth.fishery(object=x, language="spanish")
pander::pander(monthTable, align = "c", keep.line.breaks = TRUE)

\vspace{3cm}

plot(x, language = "spanish", ploType = "plotMonthly", col = "gray", main = "")

\pagebreak

Desembarque anual

\vspace{1.5cm}

yearTable = .getYear.fishery(object=x, language="spanish")
pander::pander(yearTable, align = "c", keep.line.breaks = TRUE)

\vspace{3cm}

plot(x, language = "spanish", ploType = "plotYearly", col = "gray", main = "")

\pagebreak

Desembarque por puerto

portTable = .getPorts.fishery(object=x, language="spanish")
pander::pander(portTable, align = "c", keep.line.breaks = TRUE)

Desembarque diario y acumulado en la región Norte-Centro

plot(x, language = "spanish", ploType = "plotNC", daysToPlot = daysToPlot, textAxis2 = textAxis2, textAxis4 = textAxis4)

\pagebreak

Desembarque diario y acumulado en la región Sur

plot(x, language = "spanish", ploType = "plotS", daysToPlot = daysToPlot, textAxis2 = textAxis2, textAxis4 = textAxis4)


CriscelyLP/imarpe documentation built on May 8, 2019, 9:47 a.m.