"GeneralValueMetric"
A container for metrics consisting of a vector of numeric values. This information is used to create XML that is then submitted to the MUSTANG Backend Storage System (BSS).
Objects can be created by calls of the form:
new("GeneralValueMetric", snclq, starttime, endtime, metricName, elementNames, elementValues, valueStrings, quality_flag, quality_flagString)
Lists of GeneralValueMetric
objects are returned by various metrics functions in this package.
snclq
:Object of class "character"
: SNCLQ identifier.
starttime
:Object of class "POSIXct"
: Start time.
endtime
:Object of class "POSIXct"
: End time.
metricName
:Object of class "character"
: Name of the metric.
elementNames
:Object of class "character"
: Names of the elements storing the metric values (default="x"
).
elementValues
:Object of class "numeric"
: Numeric values.
valueStrings
:Object of class "character"
: String representations of the numeric values.
quality_flag
:Object of class "numeric"
: Quality flag.
quality_flagString
:Object of class "character"
: String representation of quality flag.
signature(object = "GeneralValueMetric")
: Prettyprints the information in the GeneralValueMetric
Jonathan Callahan jonathan.s.callahan@gmail.com