Learn R Programming

aum (version 2023.6.14)

plot.aum_line_search: plot aum line search

Description

Plot method for aum_line_search which shows AUM and threshold functions.

Usage

# S3 method for aum_line_search
plot(x, 
    ...)

Value

ggplot.

Arguments

x

list with class "aum_line_search".

...

ignored.

Author

Toby Dylan Hocking <toby.hocking@r-project.org> [aut, cre], Jadon Fowler [aut] (Contributed exact line search C++ code)