Skip to content

Commit d225b4d

Browse files
authored
Update README.md
1 parent b8dd356 commit d225b4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ ______
1818
It returns estimated frequencies from given data set.
1919
- `$values`: a list of numerical lists e.g., `{{v11 v12 ... v1n} ... {vM1 ... vMm}}`
2020

21-
`::randFreq::outputFreq values ?joinChar?;`
21+
`::randFreq::outputFreq values ?char?;`
2222
It outputs estimated frequencies as utf-8 encoded text in the current directory.
2323
- `$values`: a list of numerical lists e.g., `{{v11 v12 ... v1n} ... {vM1 ... vMm}}`
24-
- `$joinChar`: a join character; tab character is default value
24+
- `$char`: a join character; tab character is default value
2525

2626
`::randFreq::loadFile filePath char ?encoding?;`
2727
It reads a given file and returns a list of numerical list.

0 commit comments

Comments
 (0)