From 6060d418de45eff4c8db456d33460e45b73adc89 Mon Sep 17 00:00:00 2001 From: Colin Heinzmann Date: Sat, 31 Oct 2015 16:20:32 -0400 Subject: [PATCH] Update functions.md --- docs/docs/api_docs/c_api/functions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/api_docs/c_api/functions.md b/docs/docs/api_docs/c_api/functions.md index 26106de..0be903a 100644 --- a/docs/docs/api_docs/c_api/functions.md +++ b/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 This function requires a current [R][R] installation with the following packages: - install.packages(c("ggplot2", "gplots", "reshape", "scales", "jpg", "png")) + install.packages(c("ggplot2", "gplots", "reshape", "scales", "jpeg", "png")) * **function definiton:** @@ -684,7 +684,7 @@ When computing *continuous* curves, true positives and false negatives are measu This function requires a current [R](http://www.r-project.org/) installation with the following packages: - install.packages(c("ggplot2", "gplots", "reshape", "scales", "jpg", "png")) + install.packages(c("ggplot2", "gplots", "reshape", "scales", "jpeg", "png")) * **function definition:** -- libgit2 0.21.4