View source: R/dbpf_observations_plot.R
dbpf_observations_plot | R Documentation |
Opens interactive plot in browser in order to check and explore data series for one location.
dbpf_observations_plot(
con,
location_name,
unit_of_measurement = "C",
period = "raw",
time_b = "2018-07-01 00:00:00+00",
time_e = "2021-08-05 23:59:59+00",
verbose = FALSE
)
con |
Database connection object, as returned by dbpf_con() |
location_name |
Character string of the location to be plotted. |
unit_of_measurement |
Unit of measurments, defaults to "C" |
period |
Period over wich to aggregate time series [h], defaults to no aggregation (period = 'raw'). |
time_b |
Begin time for the interval to be analysed. Use the format "1950-01-01 00:00:00+00" |
time_e |
End time for the interval to be analysed. Use the format "1950-01-01 00:00:00+00" |
verbose |
Provide terminal output of the query string? (defaults to FALSE) |
Allows to set aggregation parameters.
Data frame with locations in rows and columns loc_name, height, max, min, avg, cnt dbpf_observations_plot
Stephan Gruber <stephan.gruber@carleton.ca>
## Not run:
dbpf_observations_plot(con, "YK16-SO06_01")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.