Description Usage Arguments Details Value
View source: R/monitor_subsetMeta.R
Subsets the ws_monitor$data
dataframe by removing any monitors that
lie outisde the geographical ranges specified (i.e. outside of the given longitudes and
latitudes and/or states) and that are not mentioned in the list of monitorIDs.
If any parameter is not specified, that parameter will not be used in the subsetting.
Intended for use by the monitor_subset function.
1 2 3 4 5 6 7 8 |
meta |
ws_monitor object |
xlim |
optional vector with low and high longitude limits |
ylim |
optional vector with low and high latitude limits |
stateCodes |
optional vector of stateCodes |
countryCodes |
optional vector of countryCodes |
monitorIDs |
optional vector of monitorIDs |
Longitudes must be specified in the domain [-180,180].
A ws_monitor object meta
dataframe, or NULL
if filtering removes all monitors.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.