summaryrefslogtreecommitdiff
path: root/images/insurance_rmse.R
blob: 9c37ee2e30e3df124aae649bcb99eb4085394d9f (plain)
1
2
3
4
5
#!/usr/bin/env Rscript
source (sprintf ("%s/images/laps3l_graph_code.R", Sys.getenv ("ABS_TOP_SRCDIR")))
plot <- plot_tuning ("rmse", "insurance")
filename <- Sys.getenv ("OUTPUT")
ggplot2::ggsave (filename, plot, device = "svg", width = 6, height = 3)