Description Usage Arguments Value
View source: R/05-plot_elevation_graph.R
provides summary statistics of the water surface elevation during the chosen time period at the selected site
1 | Summarise_E(site, start_dt, end_dt, plot = F)
|
site |
5 character site code ex.'0307R' |
start_dt |
string of start date_time 'YYYYMMDD_hhmm' ex. '20100101_2200' |
end_dt |
string of end date_time 'YYYYMMDD_hhmm' ex. '20100101_2200' |
plot |
= F (default), if plot = T, plot the water surface elevation graph |
list('meanWSE' = meanE,'maxWSE' = maxE,'minWSE' = minE,'rangeWSE' = rangeE,'medianWSE' = medianE,'data' = h_data,'Elevation_graph' = plot)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.