plot.nmfae.cv: Plot method for nmfae.cv objects

View source: R/nmfae.R

plot.nmfae.cvR Documentation

Plot method for nmfae.cv objects

Description

Displays a bar chart of per-fold cross-validation errors from nmfae.cv. The overall RMSE (sigma) is shown in the title.

Usage

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

Arguments

x

An object of class "nmfae.cv" returned by nmfae.cv.

...

Additional graphical parameters passed to barplot.

Value

Invisible NULL. Called for its side effect (plot).

See Also

nmfae.cv


nmfkc documentation built on July 14, 2026, 1:07 a.m.