引数 Argument |
与える値 Quantity to be given |
第1引数 1st argument |
入力ファイル名。
入力ファイルはタブ区切りのテキストファイルとし、
全ての行の列数が等しくなければならない。
同じ列は同じ量(独立変数または従属変数)を表すものと想定される。
なお空行やコメント(#から後ろの部分)は
自由に挿入することができる。 The input file name. The file must be a text file with an equal number of columns (separated by tabs) for all lines. Quantities in the same column are assumed to be same, either an independent or a dependent variable. Empty lines and comments (parts after #) can be inserted at arbitrary places. |
パラメータ名 Parameter name |
意味 Meaning |
可能なパラメータ値 Allowed parameter values |
デフォルト値 Default value |
column | 刻み間隔を調べる列番号。 The index of column to survey the increment. |
1以上、入力ファイルの列数以下の整数。 An integer greater than or equal to 1 and less than or equal to the number of columns of the input file. |
1 |
1[TAB]0.1[TAB]1.1 1[TAB]0.2[TAB]1.2 1[TAB]0.3[TAB]1.3 2[TAB]0.1[TAB]2.1 2[TAB]0.2[TAB]2.2 2[TAB]0.3[TAB]2.3 3[TAB]0.1[TAB]3.1 3[TAB]0.2[TAB]3.2 3[TAB]0.3[TAB]3.3 |