1esl-histplot(1) Easel Manual esl-histplot(1)
2
3
4
6 esl-histplot - collate data histogram, output xmgrace datafile
7
8
10 esl-histplot [options] datafile
11
12
13
15 esl-histplot summarizes numerical data in the input file datafile.
16
17
18 One real-numbered value is taken from each line of the input file.
19 Each line is split into whitespace-delimited fields, and one field is
20 converted to data. By default this is the first field; this can be
21 changed by the -f option.
22
23
24 Default output is a survival plot (Prob(value > x)) in xmgrace XY data
25 format, to stdout. Output may be directed to a file with the -o op‐
26 tion.
27
28
29 If datafile is - (a single dash), input lines are read from stdin in‐
30 stead of opening a file.
31
32
33
34
35
37 -f <n> Read data from whitespace-delimited field <n> on each line, in‐
38 stead of the first field. Fields are numbered starting from 1.
39
40
41 -h Print brief help; includes version number and summary of all op‐
42 tions, including expert options.
43
44
45 -o <f> Send output to file <f> instead of stdout.
46
47
48
49
51 http://bioeasel.org/
52
53
55 Copyright (C) 2020 Howard Hughes Medical Institute.
56 Freely distributed under the BSD open source license.
57
58
60 http://eddylab.org
61
62
63
64
65
66
67
68
69Easel 0.48 Nov 2020 esl-histplot(1)