Description Usage Arguments Details Value Examples
Compute a single all-site g value from site-season specifice g values.
1 2 3 4 5 6 |
siteYearResults |
A data frame containing site-season results.
One usually obtains this by running the site-year module of the |
species |
Species abbreviation to run. |
weights |
A scalar or data frame containing weights for each
facility in the fleet. One row per
facility. This is the "DWP" field of |
yearWeights |
When more than one year at a facility is present, this
parameter allows different weights to be applied across years. The length
of this vector must be equal to the number of years of data for all facilities that have
multiple years of data. That is, an individual facility can have either 1 or length(yearWeights)
rows in siteYearResults. If yearWeights == NULL, equal weights are use. These
weights are re-scaled to sum to 1.0 inside the |
Seasons are summarized first. That is, if a site appears more than once for a species, we assume each line is a separate season for that species. g is averaged over those lines first. At the end, this average goes into the multi-site g average.
The fleet-wide g-value for a particular species. This
value can then go into estimateL.eoa
.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.