We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8dd356 commit d225b4dCopy full SHA for d225b4d
README.md
@@ -18,10 +18,10 @@ ______
18
It returns estimated frequencies from given data set.
19
- `$values`: a list of numerical lists e.g., `{{v11 v12 ... v1n} ... {vM1 ... vMm}}`
20
21
-`::randFreq::outputFreq values ?joinChar?;`
+`::randFreq::outputFreq values ?char?;`
22
It outputs estimated frequencies as utf-8 encoded text in the current directory.
23
24
-- `$joinChar`: a join character; tab character is default value
+- `$char`: a join character; tab character is default value
25
26
`::randFreq::loadFile filePath char ?encoding?;`
27
It reads a given file and returns a list of numerical list.
0 commit comments