|
NAMEcombinesummaries —
Scalar Summary Combination Tool
SYNOPSIS
DESCRIPTIONcombinesummaries is a combination tool for GNU R data
files: it creates a single data table from multiple input files.
CombineSummaries supports on-the-fly BZip2 compression. After startup, the
program accepts the following commands from standard input (*not* as
command-line arguments!):
ARGUMENTSThe following arguments may be provided:
EXAMPLEConsider two data tables v1.data.bz2 (created with ParameterY=Alpha) and v2.data.bz2 (created with ParameterY=Beta). The output data table should be written to output.data.bz2.( echo "--values=\"Alpha\"" && \ echo "--input=v1.data.bz2" && \ echo "--values=\"Beta\"" && \ echo "--input=v2.data.bz2" ) | combinesummaries output.data.bz2 "ParameterY" AUTHORSThomas Dreibholzhttps://www.uni-due.de/~be0001/netperfmeter mailto://dreibh@iem.uni-due.de
Visit the GSP FreeBSD Man Page Interface. |