Description Usage Arguments Details Note
View source: R/rawPlot_timeseries.R
Creates a plot of raw monitoring data as generated using raw_enhance().
Other options for parameter
include
"temperature", "humidity", "windSpeed", "windDir", "pressure"
or any of the other raw
parameters (try names(df)
to see list of options)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
df |
enhanced, raw dataframe as created by the raw_enhance() function |
parameter |
raw parameter to plot |
tlim |
optional vector with start and end times (integer or character representing YYYYMMDD[HH]) |
localTime |
logical specifying whether |
shadedNight |
add nighttime shading |
shadedBackground |
add vertical lines for a second parameter |
sbLwd |
shaded background line width |
add |
logical specifying whether to add to the current plot |
gridPos |
position of grid lines either |
gridCol |
grid line color |
gridLwd |
grid line width |
gridLty |
grid line type |
dayLwd |
day marker line width |
hourLwd |
hour marker line width |
hourInterval |
interval for grid (max=12) |
... |
additional arguments to pass to lines() function |
Note that for multiple deployments, shadedNight
defaults to use the lat/lon for the first deployment, which in theory
could be somewhat unrepresentative, such as if deployments have a large range in latitude.
If more than one timezone is found, localTime
is ignored and UTC is used.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.