ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/doc/man/man1/histo.1
(Generate patch)

Comparing ray/doc/man/man1/histo.1 (file contents):
Revision 1.4 by greg, Thu Jan 1 19:31:45 2004 UTC vs.
Revision 1.9 by greg, Sat Jul 20 00:57:43 2019 UTC

# Line 36 | Line 36 | The
36   option tells
37   .I histo
38   to report the percentage of the total number of input lines rather
39 < than the absolute counts
40 < In the case of a cumulative total, this yeilds the percentile values
39 > than the absolute counts.
40 > In the case of a cumulative total, this yields the percentile values
41   directly.
42   Values above the maximum are counted as well as values below in
43   this case.
# Line 48 | Line 48 | If any value is less than the minimum or greater than
48   it will be ignored unless the
49   .I \-c
50   option is specified.
51 < .SH EXAMPLE
52 < To count data values between -1 and 1 in 50 bins:
51 > .SH EXAMPLES
52 > To count data values between \-1 and 1 in 50 bins:
53   .IP "" .2i
54 < histo -1 1 50 < input.dat
54 > histo \-1 1 50 < input.dat
55   .PP
56   To count frequencies of integers between 0 and 255:
57   .IP "" .2i
# Line 59 | Line 59 | histo 0 255 < input.dat
59   .SH AUTHOR
60   Greg Ward
61   .SH "SEE ALSO"
62 < cnt(1), neaten(1), rcalc(1), rlam(1), tabfunc(1), total(1)
62 > cnt(1), neaten(1), rcalc(1), rcollate(1), rlam(1),
63 > rsplit(1), tabfunc(1), total(1)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines