View source: R/load_fisheries.R
load_fisheries | R Documentation |
Read in the fisheries group file, which is typically saved as
fisheries.csv
.
load_fisheries(dir = getwd(), file_fish)
dir |
The directory of the atlantis model output, where the
default is |
file_fish |
A character value specifying the file name of the Atlantis
fisheries file. The file should be located in your current working
directory or the folder you specify in |
A data.frame
of functional group information.
Alexander Keth
Other load functions:
load_agebioind()
,
load_bioind()
,
load_biolprm()
,
load_boxarea()
,
load_box()
,
load_bps()
,
load_catch()
,
load_detailed_diet_comp()
,
load_diet_comp()
,
load_fgs()
,
load_meta()
,
load_nc_annage()
,
load_nc_catchtons()
,
load_nc()
,
load_runprm()
,
load_yoy()
d <- system.file("extdata", "SETAS_Example", package = "atlantisom")
fleets <- load_fisheries(d, "Fisheries.csv")
rm(fleets)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.