Description Usage Arguments Note Examples
View source: R/rawPlot_windRose.R
Create wind rose plot from raw_enhance object. Based on openair::windRose().
1 | rawPlot_windRose(df, tlim = NULL, localTime = TRUE, ...)
|
df |
enhanced, raw dataframe as created by the |
tlim |
optional vector with start and end times (integer or character representing YYYYMMDD[HH]) |
localTime |
logical specifying whether |
... |
additional arguments to pass on to |
If more than one timezone is found, localTime
is ignored and UTC is used.
1 2 3 4 5 6 7 8 9 10 11 | ## Not run:
# Fail gracefully if any resources are not available
try({
raw <- airsis_createRawDataframe(20160901, 20161015, provider='USFS', unitID=1012)
raw <- raw_enhance(raw)
rawPlot_windRose(raw)
}, silent = FALSE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.