View source: R/SEDIMENT functions.R
| sample_waves | R Documentation |
This function takes tidal data from SINMOD and wave data from ECMWF, aligns the two time series at a single location, and then calculates the bed shear stress through time.
sample_waves(pixel)
pixel |
a numeric value indicating the row number of a dataframe of target coordinates. |
tide_packets |
a list of dataframes containing instructions for processing all SINMOD files which share a year. |
A dataframe containing a time series of bed shear stress metrics for a location.
Other water movements:
get_bed_shear_stress(),
get_tides_ts(),
get_waves_ts(),
reshape_SINMOD(),
sample_tides_year()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.