plot,NMFfit,missing-method {NMF} | R Documentation |
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
## S4 method for signature '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
|
x |
the coordinates of points in the plot.
Alternatively, a single plotting structure, function or
any R object with a |
y |
the y coordinates of points in the plot,
optional if |
... |
Arguments to be passed to methods, such as
graphical parameters (see
|