diff --git a/inst/benchmark.R b/inst/benchmark.R index 84beb2b..daa3cd4 100644 --- a/inst/benchmark.R +++ b/inst/benchmark.R @@ -164,6 +164,7 @@ p1 <- mean_err_dat %>% geom_point() + geom_line(linetype = "dashed") + scale_x_continuous("Peptide ID") + + scale_y_continuous("RMSE") + facet_wrap(~ type, ncol = 1) + theme_bw(base_size = 18) diff --git a/R/benchmark2.R b/inst/benchmark2.R similarity index 100% rename from R/benchmark2.R rename to inst/benchmark2.R