plot_fits: Plot the number of iterations vs objective values in log10...

Description Usage Arguments Value Examples

View source: R/sbpiper_plots.r

Description

Plot the number of iterations vs objective values in log10 scale.

Usage

1
plot_fits(objval.vec, g = ggplot())

Arguments

objval.vec

the array of objective function values.

g

the current ggplot to overlap

Value

the plot

Examples

1
2
v <- 10*(rnorm(10000))^4 + 10
plot_fits(objval.vec=v) + basic_theme(36)

sbpiper documentation built on May 2, 2019, 8:53 a.m.