unscale | R Documentation |
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.
unscale(x, ...)
## S3 method for class 'lpc'
unscale(x,...)
## S3 method for class 'lpc.spline'
unscale(x,...)
## S3 method for class 'ms'
unscale(x,...)
x |
an object used to select a method. |
... |
Further arguments passed to or from other methods (not needed yet). |
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
).
JE
lpc
, lpc.spline
, ms
data(gvessel)
unscale(lpc(gvessel[,c(2,4,5)], h=0.11, x0=c(35, 1870, 6.3)) )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.