Learn R Programming

NMF (version 0.2.2)

plot,NMFfit,missing-method: Plots the residual track computed at regular interval during the fit of the NMF model x.

Description

Plots the residual track computed at regular interval during the fit of the NMF model x.

Usage

## S3 method for class 'NMFfit,missing':
plot(x, y, skip = -1, ...)

Arguments

skip
an integer that indicates the number of points to skip/remove from the beginning of the curve. If skip=1L (default) only the initial residual -- that is computed before any iteration, is skipped, if present in the track (it associated
x
the coordinates of points in the plot. Alternatively, a single plotting structure, function or any Robject with a plot method can be provided.
y
the y coordinates of points in the plot, optional if x is an appropriate structure.
...
Arguments to be passed to methods, such as graphical parameters (see par). Many methods will accept the following arguments: [object Object],[object Object