Description Usage Arguments Value Examples
(ISBM/CYER) Import motality distribution CMZ (*.csv) files.
1 | readMortalityDist(filenames, ...)
|
filenames |
A character vector of length one or more. The names of the *CMZ.csv files. |
A list comprising two data frames. The first data frame
(data.mort.wide
) has the same structure as found in the csv file.
The second data frame (data.mort.long
) is reshaped to a long format
and the fishery column names are parsed into additional columns.
1 2 3 4 5 6 | ## Not run:
mort.list <- readMortalityDist(mort.filepaths)
mort.df <- mort.list$data.mort.long
View(mort.list[mort.df$fishery.psc=="ISBM",])
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.