Commit 6060d418de45eff4c8db456d33460e45b73adc89
1 parent
2316b71e
Update functions.md
R jpeg package is called `jpeg` instead of `jpg`.
Showing
1 changed file
with
2 additions
and
2 deletions
docs/docs/api_docs/c_api/functions.md
| @@ -645,7 +645,7 @@ The example below plots plots the six br_eval results in the Algorithm_Dataset f | @@ -645,7 +645,7 @@ The example below plots plots the six br_eval results in the Algorithm_Dataset f | ||
| 645 | 645 | ||
| 646 | This function requires a current [R][R] installation with the following packages: | 646 | This function requires a current [R][R] installation with the following packages: |
| 647 | 647 | ||
| 648 | - install.packages(c("ggplot2", "gplots", "reshape", "scales", "jpg", "png")) | 648 | + install.packages(c("ggplot2", "gplots", "reshape", "scales", "jpeg", "png")) |
| 649 | 649 | ||
| 650 | * **function definiton:** | 650 | * **function definiton:** |
| 651 | 651 | ||
| @@ -684,7 +684,7 @@ When computing *continuous* curves, true positives and false negatives are measu | @@ -684,7 +684,7 @@ When computing *continuous* curves, true positives and false negatives are measu | ||
| 684 | 684 | ||
| 685 | This function requires a current [R](http://www.r-project.org/) installation with the following packages: | 685 | This function requires a current [R](http://www.r-project.org/) installation with the following packages: |
| 686 | 686 | ||
| 687 | - install.packages(c("ggplot2", "gplots", "reshape", "scales", "jpg", "png")) | 687 | + install.packages(c("ggplot2", "gplots", "reshape", "scales", "jpeg", "png")) |
| 688 | 688 | ||
| 689 | * **function definition:** | 689 | * **function definition:** |
| 690 | 690 |