Learn R Programming

aum (version 2023.6.14)

plot.aum_diffs: 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 aum_diffs
plot(x, ...)

Value

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

Arguments

x

data table with class "aum_diffs".

...

ignored.

Author

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