read_ewe_effort.Rd
It reads in the output data from Ecopath with Ecosim (EwE) and making figures for each dataset. The timestep of the output data needs to be month. The rows of the data matrix represents month and the columns of the data represents fleets. It creates figures and save the figures where EwE output csv files are located. The potential data include: fishing effort over years.
read_ewe_effort(
file_path,
file_names,
skip_nrows = 8,
colname_1 = "month",
fleets,
years
)
a character string shows path to the working folder where EwE output csv files are located.
a vector of csv file names.
integer: the number of lines of the data file to skip before reading data.
column name of the first column. Default name is Month.
a character string describes the column of the data matrix, which is fleets in EwE case.
a vector of years.