Description Usage Arguments Details Value
Function to aggregate dataframe with connectivity matrices according to new dates, spawning areas, nursery areas.
1 2 |
dfrCMs |
- dataframe with connectivity matrices, with numbers released and finished |
newDates |
- vector of reclassified dates to aggregate to (or NULL to keep originals) |
newSAs |
- vector of reclassified spawning areas to aggregate to (or NULL to keep originals) |
newNAs |
- vector of reclassified nursery areas to aggregate to (or NULL to keep originals) |
debug |
- flag to turn on debugging output |
input dataframe ("dfrCMs") is assumed to have columns in the order (date, spawning area, nursery area, numRel, numFin, and prFin) although the names associated with these columns are arbitrary.
dataframe with same column names as dfrCMs, but aggregated to new levels
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.