Skip to content

Commit

Permalink
add optional tcol=
Browse files Browse the repository at this point in the history
  • Loading branch information
teuben committed Dec 9, 2023
1 parent 86869b5 commit 069e9c5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions man/man1/tabsmooth.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH TABSMOOTH 1NEMO "28 September 2023"
.TH TABSMOOTH 1NEMO "29 November 2023"

.SH "NAME"
tabsmooth \- smooth columns of a table (Hanning, Savitzky-Golay)
Expand Down Expand Up @@ -48,8 +48,9 @@ of array elements, for example a normalized Hanning would be
smooth=0.25,0.5,0.25.
Default: not provided.
.TP
\fBnmax=\fP
max size if a pipe [100000] - to be deprecated for new table system
\fBtcol=\fP
Optional column designating the independant variable. Currently the actual value is ignored,
but this column will be output before the smoothed column(s). Default: not used.

.SH "EXAMPLES"
Here we draw 100000 random values from a normal distribution (mean 0, dispersion 1) and smooth them
Expand Down Expand Up @@ -84,4 +85,5 @@ Peter Teuben
13-oct-2014 documented smooth=
28-sep-2023 V0.5 added filter= PJT
29-sep-2023 V0.6 converted to table V2 PJT
29-nov-2023 V0.7 added tcol= PJT
.fi

0 comments on commit 069e9c5

Please sign in to comment.