read_fmsy_table.RdIt reads in the MSY reference points (i.e. MSY, FMSY, BMSY) from Ecopath with Ecosim (EwE).
read_fmsy_table(
  file_names,
  skip_nrows = 12,
  colnames = c("Group", "TL", "Fbase", "Cbase", "Vbase", "FmsyFound", "Fmsy", "Cmsy",
    "Vmsy", "CmsyAll", "VmsyAll"),
  functional_groups
)a csv file names.
integer: the number of lines of the data file to skip before reading data.
column names of the csv file.
a character string describes the column of the data matrix, which is functional groups in EwE case.
a character string describes the key functional group.