plot.aum_diffs {aum}R 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)


[Package aum version 2023.6.14 Index]