Skip to content

Commit

Permalink
to lower case parameter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
raphywink committed Nov 14, 2014
1 parent bc3c4ef commit 1bdf21a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ path2wav <- list.files(system.file("extdata", package = "wrassp"), pattern = glo

* calculate formants from audio file:
```r
res=forest(path2wav, ToFile=FALSE)
res=forest(path2wav, toFile=FALSE)
```

* plot the first 100 F1 values over time:
Expand Down

0 comments on commit 1bdf21a

Please sign in to comment.