View source: R/event_timeseries_hourly.R
event_timeseries_hourly | R Documentation |
event_timeseries_hourly
event_timeseries_hourly( var_in, data_path = NULL, reserve = NULL, storm_nm = NULL, onset_start = NULL, onset_end = NULL, view_start = NULL, view_end = NULL, recovery_start = NULL, recovery_end = NULL, wq_sites = NULL, met_sites = NULL, keep_flags = NULL, skip = NULL, user_units = NULL )
var_in |
.xlsx with all required input variables defined (string). |
data_path |
pathway to cdmo data folder (string). |
reserve |
3 digit reserve code (string). |
storm_nm |
name of storm event (string). |
onset_start |
YYYY-MM-DD HH:MM:SS start of storm event onset period (string). |
onset_end |
YYYY-MM-DD HH:MM:SS end of storm event onset period (string). |
view_start |
YYYY-MM-DD HH:MM:SS first datetime of data to plot (string). |
view_end |
YYYY-MM-DD HH:MM:SS last datetime of data to plot (string). |
recovery_start |
YYYY-MM-DD HH:MM:SS start of storm recovery period (string). |
recovery_end |
YYYY-MM-DD HH:MM:SS end of storm recovery period (string). |
wq_sites |
comma separated list of wq stations to plot. if left blank, all active stations from reserve will be plotted. (string). |
met_sites |
comma separated list of met stations to plot. if left blank, all active stations from reserve will be plotted. (string). |
keep_flags |
comma separated list of data quality flags that should be kept (string). |
skip |
TRUE/FALSE. If TRUE, function will be skipped (string). |
user_units |
User defined units. Set to "English" or "SI". Default CDMO data is in SI units. Not all parameters have common equivalent English units (e.g. concentrations), and therefore not all will be converted. |
plots are generated and saved in /output/wq/timeseries_event_hourly/ and /output/met/timeseries_event_hourly/
## Not run: #StormVariables.xlsx is a template variable input file saved in data/ vars_in <- 'data/StormTrackVariables.xlsx' single_storm_track(var_in = vars_in) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.