plot.aum_diffs: plot aum diffs

plot.aum_diffsR Documentation

plot aum diffs

Description

Plot method for aum_diffs which shows piecewise constant error functions. Uses aum_errors internally to compute error functions which are plotted. Not recommended for large number of examples (>20).

Usage

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

Arguments

x

data table with class "aum_diffs".

...

ignored.

Value

ggplot of error functions, each example in a different panel.

Author(s)

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


aum documentation built on June 22, 2024, 10:47 a.m.

Related to plot.aum_diffs in aum...