| metricList2DFList | R Documentation |
The metricList2DFList function converts a list of SingleValueMetrics into a
list of dataframes, one per named metric.
metricList2DFList(metricList)
metricList |
a list of |
Metrics functions return lists of SingleValueMetric objects. A long metricList may be built up
by appending the results of different metrics functions or the same metrics function operating on different seismic signals.
A metricList generated by any of the MUSTANG Rscripts can be stored as an .RData file and reloaded for examination.
A metricList may contain values for many different metrics. This function creates a separate dataframe for
each metricName found in the metricList. As each dataframe is created, values associated with that metric are stored in a
column named after the metric. Individual dataframes are stored in the returned list with their own name:
metricName_DF.
A character string with BSS formatted XML is returned.
metricList2DFList is deprecated. Please use metricList2DF.
Jonathan Callahan jonathan@mazamascience.com
SingleValueMetric-class,
metricList2DF,
metricList2Xml
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.