NAME

nicerange

SYNOPSIS

nicerange [step=1] [range=1] [buffer=0] [min=] [yc=1]

DESCRIPTION

nicerange reads data from stdin and determines the maximum and minimum and returns value of the minimum modulo the step and with second argument plus the range value. If the maximum exceeds the second value, the maximum is incremented by step. The output are the minimum and maximum.

buffer= sets the gap between range an min (def:0).

min= forces the minimum value.

range= forces the minimum range (def:10).

yc= sets the default column where the data is (def:1)

step= sets the increment of the range (def:1).


Program index