View source: R/FishEconProdOutput.R
This function systematically runs the Price Method Productivity Output analysis for all species of a cateorgy.
1 2 3 4 5 6 7 8 9 10 | PriceMethodOutput_Category(
dat00,
ii,
category,
category0,
baseyr,
maxyr,
minyr,
warnings_list = ls()
)
|
dat00 |
Default dataset. |
ii |
Category number. |
category |
A character string. A unique string from the 'category0' column of the group being evaluated. |
category0 |
A character string. The column where the category is defined. |
baseyr |
Numeric year (YYYY). The base year you are assessing the anaylsis with. Typically this is the earliest year in the data set, but it can be any year you choose. |
maxyr |
The maxium year to assess in the dataset. |
minyr |
The minium year to assess in the dataset. |
warnings_list |
A list where warnings are stored. If using this function in the PriceMethodOutput it will be inherited. If using outside of that function, put ls(). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.