Learn R Programming

sbpiper (version 1.9.0)

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

Description

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

Usage

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

Run this code
# NOT RUN {
v <- 10*(rnorm(10000))^4 + 10
plot_fits(objval.vec=v) + basic_theme(36)
# }

Run the code above in your browser using DataLab