trioscale | R Documentation |
Function for TRIOSCALE
trioscale(y, X)
y |
A response formula with 3 classes |
X |
A predictor matrix |
This function returns an object of class trioscale
data |
data |
mlr |
Output object from ts.mlr |
Q |
result from P2Q |
X |
X matrix with coordinates |
Xdf |
X as a data frame |
## Not run:
data(diabetes)
output = trioscale(y = diabetes$y, X = diabetes$X)
plot(output)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.