summaryrefslogtreecommitdiff
path: root/images/lsmr_local_oes97.R
blob: aba51eb3526aca0f3e889f96643b646364293f81 (plain)
1
2
3
4
5
#!/usr/bin/env Rscript
source (sprintf ("%s/images/lsmr_local_tuning.R", Sys.getenv ("ABS_TOP_SRCDIR")))
plot <- print_local_graph ("oes97")
filename <- Sys.getenv ("OUTPUT")
ggplot2::ggsave (filename, plot, device = "svg", width = 6, height = 4)