unscale takes an object of type lpc,
lpc.spline, or ms, which had been fitted using option
scaled=TRUE, and transforms the scaled components back to the
original data scale.
Usage
unscale(x, ...)
# S3 method for lpc
unscale(x,...)
# S3 method for lpc.spline
unscale(x,...)
# S3 method for ms
unscale(x,...)
Value
A list of relevant items, such as LPC, start, cluster.centers,
etc., which gives the unscaled versions of these
quantities (some of them may carry the value NULL, if the
corresponding information was not available from x).
Arguments
x
an object used to select a method.
...
Further arguments passed to or from other methods (not
needed yet).