NM_decadal_summary | R Documentation |
The function groups by all spatial variables (Longitude, Latitude, Depth, and Shore zone), and by decade and month. The mean for every other variable is calculated within these groups.
NM_decadal_summary(decade, dt)
dt |
Switch for using either data.table or dplyr methods (TRUE/FALSE respectively) |
saved |
A dataframe containing a summarised month from NEMO-MEDUSA model outputs. It must contain the columns: Longitude, Latitude, Decade, Month, Shore, and Depth. |
A dataframe containing a summarised decade of spatialy resolved NEMO-MEDUSA outputs.
Other NEMO-MEDUSA averages:
NM_boundary_summary()
,
NM_volume_summary()
,
decadal()
,
strip_ice()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.