View source: R/read_ewe_output.R
read_fmsy_table | R Documentation |
It 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
)
file_names |
a csv file names. |
skip_nrows |
integer: the number of lines of the data file to skip before reading data. |
colnames |
column names of the csv file. |
functional_groups |
a character string describes the column of the data matrix, which is functional groups in EwE case. |
key_functional_group |
a character string describes the key functional group. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.