summaryrefslogtreecommitdiff
path: root/images/insurance_mae.R
diff options
context:
space:
mode:
Diffstat (limited to 'images/insurance_mae.R')
-rwxr-xr-ximages/insurance_mae.R5
1 files changed, 5 insertions, 0 deletions
diff --git a/images/insurance_mae.R b/images/insurance_mae.R
new file mode 100755
index 0000000..9b0341b
--- /dev/null
+++ b/images/insurance_mae.R
@@ -0,0 +1,5 @@
+#!/usr/bin/env Rscript
+source (sprintf ("%s/images/laps3l_graph_code.R", Sys.getenv ("ABS_TOP_SRCDIR")))
+plot <- plot_tuning ("mae", "insurance")
+filename <- Sys.getenv ("OUTPUT")
+ggplot2::ggsave (filename, plot, device = "svg", width = 6, height = 3)