View source: R/byGridCell_CalcStats.R
byGridCell_CalcStats | R Documentation |
Function to calculate statistics for results by grid cell.
byGridCell_CalcStats( dfrs, roms_grid, quantity, lci = 0.025, uci = 0.975, byStartTime = FALSE, verbose = FALSE )
dfrs |
- list of dataframes with results by grid cell |
roms_grid |
- sf dataset representing a roms grid, with all grid cells of interest |
quantity |
- column name of quantity to calculate statistics for |
lci |
- lower confidence interval |
uci |
- upper confidence interval |
byStartTime |
- flag to average by startTime |
verbose |
- flag to print diagnostic info |
a list of sf datasets, by life stage, with mean by grid cell
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.