plot.aum_line_search_grid {aum}R Documentation

plot aum line search grid

Description

Plot method for aum_line_search_grid which shows AUM and threshold functions, along with grid points for checking.

Usage

## S3 method for class 'aum_line_search_grid'
plot(x, 
    ...)

Arguments

x

list with class "aum_line_search_grid".

...

ignored.

Value

ggplot.

Author(s)

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


[Package aum version 2023.6.14 Index]