monitor_check {AirMonitor} | R Documentation |
Check an mts_monitor object for validity.
Description
Checks on the validity of an mts_monitor object. If any test fails, this function will stop with a warning message.
Usage
monitor_check(monitor)
Arguments
monitor |
mts_monitor object. |
Value
Invisibly returns TRUE
if mts_monitor
has the correct
structure. Stops with an error message otherwise.
[Package AirMonitor version 0.4.0 Index]