Description Usage Arguments Value Examples
For each monitor in monitorIDs
, an attempt is made to merge
the associated data from ws_monitor1
and ws_monitor2
and.
This is useful when the same monitorID
appears in different ws_monitor
objects representing different time periods. The returned ws_monitor
object will cover both time periods.
1 | monitor_join(ws_monitor1 = NULL, ws_monitor2 = NULL, monitorIDs = NULL)
|
ws_monitor1 |
ws_monitor object |
ws_monitor2 |
ws_monitor object |
monitorIDs |
vector of shared monitorIDs that are to be joined together. Defaults to all shared monitorIDs. |
A ws_monitor object with merged timeseries.
1 2 3 4 5 6 7 8 9 10 | ## Not run:
Jul <- monitor_subset(Northwest_Megafires,
tlim=c(2015070100,2015073123),
timezone='America/Los_Angeles')
Aug <- monitor_subset(Northwest_Megafires,
tlim=c(2015080100,2015083123),
timezone='America/Los_Angeles')
Methow_Valley <- monitor_join(Jul, Aug, monitorIDs=c('530470010_01','530470009_01'))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.