Skip to content

Commit

Permalink
resolve ggplot2 warning
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-s committed Aug 28, 2021
1 parent 39f537c commit 4e2634a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/renderExampleRunPlotMultiObj.R
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ renderExampleRunPlot.MBOExampleRunMultiObj = function(object, iter, densregion =
makeXPlot = function(data.x, idx, idx.nsga2.paretofront, method, x.name, crit.name,
models, control, par.set, opt.path, points.per.dim, iter, propose.points, object, colors) {
pl.xspace = ggplot2::ggplot()
pl.xspace = pl.xspace + ggplot2::guides(colour = "none", shape = FALSE)
pl.xspace = pl.xspace + ggplot2::guides(colour = "none", shape = "none")

gg.points.xspace = getPlotData(data.x, idx, idx.nsga2.paretofront, x.name)
# first, fill background if possible. note: 2 different plots for mspot since
Expand Down

0 comments on commit 4e2634a

Please sign in to comment.